UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

3 lines (2 loc) 153 B
import { type Ref } from 'vue'; export declare function useIsRtl(element: Ref<HTMLElement | null>, dir?: 'ltr' | 'rtl' | 'auto'): Ref<boolean, boolean>;