UNPKG

@cainiaofe/cn-ui-m

Version:
12 lines (11 loc) 437 B
import './styles/index.scss'; import { attachPropertiesToComponent } from "../../utils/attach-properties-to-component"; import { CnDrawer as UICnDrawer } from './drawer'; import { CnDrawerFooter } from './footer'; import { CnDrawerHeader } from './header'; var Drawer = UICnDrawer; export var CnDrawer = attachPropertiesToComponent(Drawer, { Header: CnDrawerHeader, Footer: CnDrawerFooter, }); CnDrawer.displayName = 'CnDrawer';