// Type definitions for @dyna-grid/core v1.1.4 // Project: // Definitions by: zhangkun <> import { TextCellEditor } from "./textCellEditor"; export declare class PopupTextCellEditor extends TextCellEditor { isPopup(): boolean; }