@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
10 lines (9 loc) • 314 B
TypeScript
/// <reference types="react" />
import { ICellRendererParams } from "ag-grid-community";
/**
* This component is passed to AG-Grid and will be used to render loading indicator on row-level
*
* @param props
* @constructor
*/
export declare const RowLoadingElement: (props: ICellRendererParams) => JSX.Element;