@cafebazaar/emrooz
Version:
Emrooz is a multilingual calendar built for Vue3. It also supports both Shamsi (Persian / Jalali) and Gregorian (English) calendars.
25 lines (24 loc) • 744 B
TypeScript
import { Direction } from '../../../shared/types';
declare const _sfc_main: import("vue").DefineComponent<{
domRect: {
type: null;
required: true;
};
direction: {
type: null;
required: true;
};
}, {
props: {
domRect: DOMRect | null;
direction: Direction;
};
el: import("vue").Ref<HTMLElement | null>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
domRect?: unknown;
direction?: unknown;
} & {
direction: any;
domRect: any;
} & {}>, {}>;
export default _sfc_main;