ag-grid-react
Version:
AG Grid React Component
7 lines (6 loc) • 433 B
TypeScript
import type { ILoadingOverlay, ILoadingOverlayParams } from 'ag-grid-community';
import { CustomComponentWrapper } from './customComponentWrapper';
import type { CustomLoadingOverlayProps } from './interfaces';
export declare class LoadingOverlayComponentWrapper extends CustomComponentWrapper<ILoadingOverlayParams, CustomLoadingOverlayProps, object> implements ILoadingOverlay {
refresh(params: ILoadingOverlayParams): void;
}