rsuite
Version:
A suite of react components
15 lines (14 loc) • 678 B
TypeScript
import Drawer from './Drawer';
import DrawerActions from './DrawerActions';
import DrawerBody from './DrawerBody';
import DrawerFooter from './DrawerFooter';
import DrawerHeader from './DrawerHeader';
import DrawerTitle from './DrawerTitle';
export type { DrawerProps } from './Drawer';
export type { DrawerActionsProps } from './DrawerActions';
export type { DrawerBodyProps } from './DrawerBody';
export type { DrawerFooterProps } from './DrawerFooter';
export type { DrawerHeaderProps } from './DrawerHeader';
export type { DrawerTitleProps } from './DrawerTitle';
export { Drawer, DrawerActions, DrawerBody, DrawerFooter, DrawerHeader, DrawerTitle };
export default Drawer;