fix types
This commit is contained in:
@@ -195,7 +195,7 @@ export interface RTRow<T> {
|
||||
/** true if this row was produced by a pivot */
|
||||
groupedByPivot?: boolean;
|
||||
/** any sub rows defined by the `subRowKey` prop */
|
||||
subRows?: any[];
|
||||
subRows?: boolean;
|
||||
}
|
||||
|
||||
export interface RTCell<T> extends RTRow<T> {
|
||||
|
||||
Reference in New Issue
Block a user