@stlhorizon/vue-ui
Version:
A Vue.js component library with Tailwind CSS styling
33 lines • 1.23 kB
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$emit: typeof emit;
$props: Partial<typeof props>;
required: boolean;
placeholder: string;
disabled: boolean;
clearable: boolean;
format: string;
showToday: boolean;
calendarPosition: string;
modelValue?: string | Date;
id?: string;
max?: string | Date;
min?: string | Date;
ariaDescribedby?: string;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const emit: (event: "update:modelValue", ...args: any[]) => void;
declare const props: {
readonly required: boolean;
readonly placeholder: string;
readonly disabled: boolean;
readonly clearable: boolean;
readonly format: string;
readonly showToday: boolean;
readonly calendarPosition: string;
readonly modelValue?: string | Date;
readonly id?: string;
readonly max?: string | Date;
readonly min?: string | Date;
readonly ariaDescribedby?: string;
};
//# sourceMappingURL=Calendar.vue.d.ts.map