Skip to content

Commit 8ec72db

Browse files
Update src/Body/MeasureRow.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 50b0b5b commit 8ec72db

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
@@ -4,7 +4,7 @@ import MeasureCell from './MeasureCell';
44
import isVisible from 'rc-util/lib/Dom/isVisible';
55
import type { ColumnType } from '../interface';
66

7-
export interface MeasureCellProps {
7+
export interface MeasureRowProps {
88
prefixCls: string;
99
onColumnResize: (key: React.Key, width: number) => void;
1010
columnsKey: React.Key[];

0 commit comments

Comments
 (0)