@cainiaofe/cn-ui-m
Version:
12 lines (11 loc) • 437 B
JavaScript
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';