UNPKG

bootstrap-vue-3

Version:

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

4 lines (3 loc) 122 B
import { ComputedRef } from 'vue'; declare function alignment(props: any): ComputedRef<string>; export default alignment;