mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web): ability to align icon at the top for notifs/text ui
This commit is contained in:
@@ -9,4 +9,5 @@ export interface TextUiProps {
|
||||
icon?: IconProp;
|
||||
iconColor?: string;
|
||||
style?: React.CSSProperties;
|
||||
alignIcon?: 'top' | 'center';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user