UNPKG

bootstrap-vue-3

Version:

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

10 lines (9 loc) 219 B
import { ComputedRef, Ref } from 'vue'; import type { Alignment } from '../types'; declare const _default: (align: Ref<Alignment>) => ComputedRef<string>; /** * * @param props * @returns */ export default _default;