add: settings page locales
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export interface SmartIconType {
|
||||
Name: string;
|
||||
Size?: number;
|
||||
Color?: string;
|
||||
ClassName?: string;
|
||||
Variant?: string;
|
||||
}
|
||||
|
||||
export type IconType =
|
||||
React.ElementType |
|
||||
React.ReactNode |
|
||||
SmartIconType;
|
||||
Reference in New Issue
Block a user