first commit
This commit is contained in:
11
frontend/node_modules/rc-drawer/lib/inter.d.ts
generated
vendored
Normal file
11
frontend/node_modules/rc-drawer/lib/inter.d.ts
generated
vendored
Normal file
@@ -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