v-calendar-fixed
Version:
A calendar and date picker plugin for Vue.js.
41 lines (40 loc) • 1.03 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
name: {
type: StringConstructor;
required: true;
};
width: {
type: StringConstructor;
};
height: {
type: StringConstructor;
};
size: {
type: StringConstructor;
default: string;
};
viewBox: {
type: StringConstructor;
};
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
name: {
type: StringConstructor;
required: true;
};
width: {
type: StringConstructor;
};
height: {
type: StringConstructor;
};
size: {
type: StringConstructor;
default: string;
};
viewBox: {
type: StringConstructor;
};
}>> & Readonly<{}>, {
size: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;