chore: update ant-design dependencies and add new icon types
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
/// <reference types="react" />
|
||||
export interface DrawerClassNames {
|
||||
mask?: string;
|
||||
wrapper?: string;
|
||||
content?: string;
|
||||
}
|
||||
export interface DrawerStyles {
|
||||
mask?: React.CSSProperties;
|
||||
wrapper?: React.CSSProperties;
|
||||
content?: React.CSSProperties;
|
||||
}
|
||||
Reference in New Issue
Block a user