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