// Type definitions for @dyna-grid/core v1.1.4 // Project: // Definitions by: zhangkun <> export declare type ContainerType = 'columnMenu' | 'contextMenu' | 'toolPanel'; export interface IAfterGuiAttachedParams { container: ContainerType; hidePopup?: () => void; suppressFocus?: boolean; }