UNPKG

ag-grid-react

Version:
7 lines (6 loc) 433 B
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; }