UNPKG

bootstrap-vue-3

Version:

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

10 lines (9 loc) 240 B
import type { Ref } from 'vue'; import type { Alignment } from '../types'; /** * * @param align * @returns */ declare const _default: (align: Ref<Alignment.JustifyContent | undefined>) => Readonly<Ref<string>>; export default _default;