UNPKG

bootstrap-vue-3

Version:

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

15 lines (13 loc) 327 B
import type {ColorVariant} from '../..' // Props export interface Props { header?: string headerBgVariant?: ColorVariant headerBorderVariant?: ColorVariant headerClass?: Array<unknown> | Record<string, unknown> | string headerHtml?: string headerTag?: string headerTextVariant?: ColorVariant } // Emits // Other