v-calendar-fixed
Version:
A calendar and date picker plugin for Vue.js.
15 lines (14 loc) • 580 B
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
monthFormat: {
type: StringConstructor;
default: string;
};
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
monthFormat: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}>, {
monthFormat: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;