UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

5 lines (4 loc) 185 B
export declare const useRtl: () => { isRtl?: import('vue').Ref<boolean, boolean> | undefined; locale?: import('vue').Ref<string | undefined, string | undefined> | undefined; };