mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
* types: export components SemanticName type * update * update * update * update * update
13 lines
268 B
TypeScript
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;
|