@cafebazaar/emrooz
Version:
Emrooz is a multilingual calendar built for Vue3. It also supports both Shamsi (Persian / Jalali) and Gregorian (English) calendars.
27 lines (26 loc) • 745 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
value: {
type: StringConstructor;
required: true;
};
text: {
type: StringConstructor;
required: true;
};
}, {
props: {
value: string;
text: string;
};
emit: (e: 'click') => void;
ArrowDownIcon: any;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
value?: unknown;
text?: unknown;
} & {
text: string;
value: string;
} & {}> & {
onClick?: ((...args: any[]) => any) | undefined;
}, {}>;
export default _sfc_main;