UNPKG

react-financial-charts

Version:
13 lines (12 loc) 525 B
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"))[];