UNPKG

bootstrap-vue-3

Version:

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

16 lines (13 loc) 427 B
import type Alignment from '../../types/Alignment' import type {ColBreakpointProps, OffsetBreakpointProps, OrderBreakpointProps} from '../../types' // Props export interface Props extends ColBreakpointProps, OffsetBreakpointProps, OrderBreakpointProps { col?: boolean cols?: string | number offset?: string | number order?: string | number alignSelf?: Alignment.Vertical | 'auto' tag?: string } // Emits // Other