Skip to content

Commit 6edab32

Browse files
authored
Rename MeasureCellProps to MeasureRowProps
1 parent 66f1c8f commit 6edab32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Body/MeasureRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface MeasureRowProps {
1313
columns: readonly ColumnType<any>[];
1414
}
1515

16-
const MeasureRow: React.FC<MeasureCellProps> = (props) => {
16+
const MeasureRow: React.FC<MeasureRowProps> = (props) => {
1717

1818
const { prefixCls, columnsKey, onColumnWidthChange, columns } = props;
1919

0 commit comments

Comments
 (0)