UNPKG

bootstrap-vue-3

Version:

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

11 lines (9 loc) 163 B
import type {TextColorVariant} from '../..' // Props export interface Props { text?: string tag?: string textVariant?: TextColorVariant } // Emits // Other