UNPKG

bootstrap-vue-3

Version:

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

18 lines (16 loc) 405 B
import type {ColorVariant, TextColorVariant} from '../..' // Props export interface Props { bodyBgVariant?: ColorVariant bodyClass?: Array<unknown> | Record<string, unknown> | string bodyTag?: string bodyTextVariant?: TextColorVariant overlay?: boolean subtitle?: string subtitleTag?: string subtitleTextVariant?: TextColorVariant title?: string titleTag?: string } // Emits // Other