import _Drawer from './src/Drawer.vue' import { withInstall } from 'bolt-ui/utils/vue/install' export type BoDrawer = InstanceType export const BoDrawer = withInstall(_Drawer) export default BoDrawer