ag-grid-enterprise
Version:
AG Grid Enterprise Features
13 lines • 368 B
TypeScript
declare type NumberFormat = {
locales?: string | string[];
options?: any;
};
declare type DateFormat = string;
declare type ValueFormat = NumberFormat | DateFormat;
export declare function interpolate(input: string, values: {
[key in string]: any;
}, formats?: {
[key in string]: ValueFormat;
}): string;
export {};
//# sourceMappingURL=string.d.ts.map