UNPKG

bootstrap-vue-3

Version:

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

13 lines (11 loc) 225 B
import type {Breakpoint, Position} from '..' // Props export interface Props { gutterX?: string gutterY?: string fluid?: boolean | Breakpoint toast?: Record<string, unknown> position?: Position } // Emits // Other