UNPKG

bootstrap-vue-next

Version:

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

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; };