UNPKG

bootstrap-vue-3

Version:

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

15 lines (13 loc) 325 B
import type Alignment from '../Alignment' import type {RowColsBreakpointProps} from '..' // Props export interface Props extends RowColsBreakpointProps { tag?: string gutterX?: string gutterY?: string alignV?: Alignment.Vertical alignH?: Alignment.Horizontal alignContent?: Alignment.Content } // Emits // Other