UNPKG

bootstrap-vue-3

Version:

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

16 lines (13 loc) 409 B
import type Alignment from '../Alignment' import type {ColBreakpointProps, OffsetBreakpointProps, OrderBreakpointProps} from '..' // 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