@agendize/design-system
Version:
Agendize web design system
35 lines • 1.13 kB
TypeScript
interface Props {
id: string;
modelValue: {
start?: Date;
end?: Date;
};
bordeless?: boolean;
minDate?: Date;
maxDate?: Date;
bornColor?: 'brand-primary' | 'positive';
highlightColor?: 'neutral';
highlightType?: 'square' | 'circle' | 'ellipse';
transparent?: boolean;
expanded?: boolean;
}
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"update:modelValue": (item: {
start?: Date;
end?: Date;
}) => any;
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
"onUpdate:modelValue"?: ((item: {
start?: Date;
end?: Date;
}) => any) | undefined;
}>, {
transparent: boolean;
bordeless: boolean;
bornColor: "brand-primary" | "positive";
highlightColor: "neutral";
highlightType: "square" | "circle" | "ellipse";
expanded: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=RangeDatePicker.vue.d.ts.map