UNPKG

bootstrap-vue-3

Version:

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

14 lines (12 loc) 217 B
import type {ColorVariant, SpinnerType} from '..' // Props export interface Props { label?: string role?: string small?: boolean tag?: string type?: SpinnerType variant?: ColorVariant } // Emits // Other