UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

4 lines (3 loc) 239 B
import { Ref } from 'vue'; import { BAppProps } from '../../types/ComponentProps'; export declare const useProvideDefaults: (defaults: BAppProps["defaults"] | Ref<BAppProps["defaults"]>, mergeDefaults: BAppProps["mergeDefaults"]) => void;