UNPKG

bootstrap-vue-3

Version:

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

11 lines (9 loc) 192 B
import type {TextColorVariant} from '../../../types' // Props export interface Props { subTitle?: string subTitleTag?: string subTitleTextVariant?: TextColorVariant } // Emits // Other