@superset-ui/core
Version:
12 lines • 611 B
TypeScript
export declare const SEPARATOR = " : ";
export declare const buildTimeRangeString: (since: string, until: string) => string;
export declare const formatTimeRange: (timeRange: string, columnPlaceholder?: string) => string;
export declare const formatTimeRangeComparison: (initialTimeRange: string, shiftedTimeRange: string, columnPlaceholder?: string) => string;
export declare const fetchTimeRange: (timeRange: string, columnPlaceholder?: string, shifts?: string[]) => Promise<{
value: any;
error?: undefined;
} | {
error: any;
value?: undefined;
}>;
//# sourceMappingURL=fetchTimeRange.d.ts.map