UNPKG

bootstrap-vue-3

Version:

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

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