UNPKG

ag-charts-community

Version:

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

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