export { default as VueDrawer } from './VueDrawer.vue'; export interface VueDrawerProps { open?: boolean; heading?: string; description?: string; noCloseOnEscape?: boolean; noCloseOnBackdrop?: boolean; showCloseButton?: boolean; position?: 'start' | 'end' | 'top' | 'bottom'; } //# sourceMappingURL=index.d.ts.map