minishouyin/node_modules/rc-drawer/es/inter.d.ts
2025-11-12 11:35:57 +08:00

12 lines
269 B
TypeScript

/// <reference types="react" />
export interface DrawerClassNames {
mask?: string;
wrapper?: string;
content?: string;
}
export interface DrawerStyles {
mask?: React.CSSProperties;
wrapper?: React.CSSProperties;
content?: React.CSSProperties;
}