@prefecthq/prefect-design
Version:
A collection of low-level Vue components.
13 lines (12 loc) • 623 B
TypeScript
import { DateRangeSelectSpanValue } from '../../types';
type __VLS_Props = {
maxSpanInSeconds?: number;
min?: Date;
max?: Date;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
apply: (args_0: DateRangeSelectSpanValue | null) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onApply?: ((args_0: DateRangeSelectSpanValue | null) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;