UNPKG

246 BTypeScriptView Raw
1// Type definitions for ag-grid v18.1.2
2// Project: http://www.ag-grid.com/
3// Definitions by: Niall Crosby <https://github.com/ag-grid/>
4import { ColDef } from "./colDef";
5export declare const DefaultColumnTypes: {
6 [key: string]: ColDef;
7};