Files
ant-design/components/drawer/index.ts
lijianan 364bcc74d1 type: export components SemanticName type (#56494)
* types: export components SemanticName type

* update

* update

* update

* update

* update
2026-01-08 09:25:17 +08:00

13 lines
268 B
TypeScript

import Drawer from './Drawer';
export type { DrawerProps, DrawerResizableConfig, PushState } from './Drawer';
export type {
DrawerPanelProps,
DrawerSemanticClassNames,
DrawerSemanticName,
DrawerSemanticStyles,
} from './DrawerPanel';
export default Drawer;