bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
15 lines (13 loc) • 335 B
TypeScript
import type Alignment from '@/types/Alignment'
import type {RowColsBreakpointProps} from '@/types'
// Props
export interface Props extends RowColsBreakpointProps {
tag?: string
gutterX?: string
gutterY?: string
alignV?: Alignment.Vertical
alignH?: Alignment.Horizontal
alignContent?: Alignment.Content
}
// Emits
// Other