UNPKG

@cafebazaar/emrooz

Version:

Emrooz is a multilingual calendar built for Vue3. It also supports both Shamsi (Persian / Jalali) and Gregorian (English) calendars.

4 lines (3 loc) 147 B
import type { Ref } from 'vue'; import { Direction, Lang } from '../types'; export default function useDirection(lang: Ref<Lang>): Ref<Direction>;