@loadsmart/miranda-wc
Version:
Miranda Web Components component library
11 lines (10 loc) • 528 B
TypeScript
export { Drawer } from './drawer';
export { DRAWER_SIZES } from './drawer.types';
export type { DrawerProps, DrawerSize } from './drawer.types';
export { DrawerActionPrimary } from './drawer-action-primary';
export { DrawerActionSecondary } from './drawer-action-secondary';
export { DrawerActionTertiary } from './drawer-action-tertiary';
export { DrawerActions } from './drawer-actions';
export { DrawerBody } from './drawer-body';
export { DrawerClose } from './drawer-close';
export { DrawerHeader } from './drawer-header';