@alauda-fe/common
Version:
Alauda frontend team common codes.
6 lines (5 loc) • 354 B
TypeScript
import { ConfigType } from 'dayjs';
import type { DataItem } from 'zz-chart';
export declare function getMethodValue(methods: string[], items: DataItem['values'], defaultKey?: string): Record<string, number>;
export declare function pointFormat(value: number): string;
export declare function handleDateFormat(date: ConfigType, format?: string): string;