Files
certd/packages/ui/certd-client/src/vben/popup-ui/drawer/index.ts
T

4 lines
154 B
TypeScript
Raw Normal View History

export type * from './drawer';
export { default as VbenDrawer } from './drawer.vue';
export { setDefaultDrawerProps, useVbenDrawer } from './use-drawer';