UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

3 lines (2 loc) 178 B
import { BvnComponentProps } from '../types/BootstrapVueOptions'; export declare function useDefaults<T extends Record<string, any>>(props: T, name: keyof BvnComponentProps): T;