UNPKG

bootstrap-vue-3

Version:

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

9 lines (8 loc) 219 B
/** * @param options * @param componentName * @param props * @returns */ declare const normalizeOptions: (options: any[], componentName: string, props: Record<string, unknown>) => any; export { normalizeOptions };