UNPKG

@progress/kendo-react-grid

Version:
10 lines (9 loc) 227 B
/** * The props of the GridDetailRow component ([see example]({% slug detailrow_grid %})). */ export interface GridDetailRowProps { /** * The data object that represents the current row. */ dataItem: any; }