UNPKG

bootstrap-vue-next

Version:

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

6 lines (5 loc) 244 B
import { MaybeRefOrGetter } from 'vue'; import { ColorExtendables } from '../types/ColorTypes'; export declare const useColorVariantClasses: (obj: MaybeRefOrGetter<ColorExtendables>) => import('vue').ComputedRef<{ [x: string]: boolean; }>;