UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

4 lines (3 loc) 161 B
type FormattingFn = (dateTime: Date, paddingChar?: string) => string; export declare function buildDateFormatter(formatString: string): FormattingFn; export {};