bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
20 lines (18 loc) • 436 B
TypeScript
import type {Breakpoint, ColorVariant} from '../..'
// Props
export interface Props {
borderVariant?: ColorVariant
tableClass?: Array<unknown> | Record<string, unknown> | string
tableVariant?: string
bordered?: boolean
borderless?: boolean
captionTop?: boolean
dark?: boolean
hover?: boolean
responsive?: boolean | Breakpoint
stacked?: boolean | Breakpoint
striped?: boolean
small?: boolean
}
// Emits
// Other