UNPKG

bootstrap-vue-3

Version:

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

15 lines (13 loc) 349 B
import type {ColorVariant, TextColorVariant} from '../..' // Props export interface Props { footer?: string footerBgVariant?: ColorVariant footerBorderVariant?: ColorVariant footerClass?: Array<unknown> | Record<string, unknown> | string footerHtml?: string footerTag?: string footerTextVariant?: TextColorVariant } // Emits // Other