UNPKG

@transunion-ui/tablejs

Version:
8 lines (7 loc) 242 B
import { IGridEvent } from './../../interfaces/events/i-grid-event'; export declare class GridEvent implements IGridEvent { static readonly ON_INITIALIZED: string; gridComponent: any; gridElement: HTMLElement; type: string; }