UNPKG

bootstrap-vue-3

Version:

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

14 lines (12 loc) 252 B
import type {SkeletonAnimation} from '../..' // Props export interface Props { animation?: SkeletonAnimation columns?: number hideHeader?: boolean rows?: number showFooter?: boolean tableProps?: Record<string, unknown> } // Emits // Other