minishouyin/node_modules/rc-drawer/es/inter.d.ts

12 lines
269 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
/// <reference types="react" />
export interface DrawerClassNames {
mask?: string;
wrapper?: string;
content?: string;
}
export interface DrawerStyles {
mask?: React.CSSProperties;
wrapper?: React.CSSProperties;
content?: React.CSSProperties;
}