UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

4 lines (3 loc) 238 B
import { MaybeRefOrGetter } from 'vue'; import { AlignmentJustifyContent } from '../types/Alignment'; export declare const useAlignment: (align: MaybeRefOrGetter<AlignmentJustifyContent | undefined>) => import('vue').ComputedRef<string>;