UNPKG

ag-grid-enterprise

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

9 lines (8 loc) 298 B
import type { IStatusPanelComp } from 'ag-grid-community'; import { AgNameValue } from './agNameValue'; export declare class SelectedRowsComp extends AgNameValue implements IStatusPanelComp { postConstruct(): void; private onRowSelectionChanged; init(): void; refresh(): boolean; }