ag-grid-react
Version:
AG Grid React Component
7 lines (6 loc) • 412 B
TypeScript
import type { IStatusPanel, IStatusPanelParams } from 'ag-grid-community';
import { CustomComponentWrapper } from './customComponentWrapper';
import type { CustomStatusPanelProps } from './interfaces';
export declare class StatusPanelComponentWrapper extends CustomComponentWrapper<IStatusPanelParams, CustomStatusPanelProps, object> implements IStatusPanel {
refresh(params: IStatusPanelParams): boolean;
}