UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

9 lines (8 loc) 238 B
interface ComponentProps { [key: string]: { type: any[]; default: any; }; } declare const _default: (props: any, els: ComponentProps, propPrefix: string, classPrefix?: string) => string[]; export default _default;