UNPKG

243 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/>
4export declare function observeResize(element: HTMLElement, callback: (entry: any) => void): () => void;