UNPKG

bootstrap-vue-3

Version:

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

12 lines (10 loc) 181 B
// Props export interface Props { colspan?: string | number rowspan?: string | number stackedHeading?: string variant?: string stickyColumn?: boolean } // Emits // Other