react-financial-charts
Version:
React charts specific to finance.
13 lines (12 loc) • 525 B
TypeScript
export declare const defaultFormatters: {
yearFormat: string;
quarterFormat: string;
monthFormat: string;
weekFormat: string;
dayFormat: string;
hourFormat: string;
minuteFormat: string;
secondFormat: string;
milliSecondFormat: string;
};
export declare const levelDefinition: (((d: any, date: any, i: any) => false | "yearFormat") | ((d: any, date: any, i: any) => string) | ((d: any, date: any, i: any) => false | "dayFormat") | ((d: any, date: any, i: any) => false | "hourFormat"))[];