UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

11 lines (10 loc) 458 B
import hoistNonReactStatics from 'hoist-non-react-statics'; import { Drawer as FusionDrawer } from '@alifd/next'; import Drawer from './drawer'; import drawerShow from './drawer-show'; var DrawerWithStatics = hoistNonReactStatics(Drawer, FusionDrawer); // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore DrawerWithStatics.displayName = FusionDrawer.displayName; DrawerWithStatics.show = drawerShow; export default DrawerWithStatics;