UNPKG

bootstrap-vue-3

Version:

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

18 lines (16 loc) 414 B
import type {ColorVariant, TextColorVariant} from '../../../types' // 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