tdesign-react
Version:
TDesign Component for React
8 lines (7 loc) • 414 B
TypeScript
import './style/index.js';
export type { DrawerProps } from './Drawer';
export * from './type';
export declare const Drawer: import("react").ForwardRefExoticComponent<import("./Drawer").DrawerProps & import("react").RefAttributes<import("./type").DrawerInstance>>;
export declare const drawer: import("./type").DrawerMethod;
export declare const DrawerPlugin: import("./type").DrawerMethod;
export default Drawer;