UNPKG

bootstrap-vue-3

Version:

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

14 lines (12 loc) 274 B
import type {ColorVariant} from '../..' // Props export interface Props { id?: string ariaDescribedby?: string header?: string headerClasses?: string | Array<unknown> | Record<string, unknown> headerTag?: string headerVariant?: ColorVariant } // Emits // Other