UNPKG

bootstrap-vue-3

Version:

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

14 lines (12 loc) 258 B
import type {ColorVariant, SkeletonAnimation, SkeletonType} from '../..' // Props export interface Props { height?: string width?: string size?: string animation?: SkeletonAnimation type?: SkeletonType variant?: ColorVariant } // Emits // Other