UNPKG

281 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 { TextCellEditor } from "./textCellEditor";
5export declare class PopupTextCellEditor extends TextCellEditor {
6 isPopup(): boolean;
7}