Skip to content

Commit a197112

Browse files
authored
chore: update TS type (#8936)
1 parent e34cadc commit a197112

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/table/src/components/EditableTable/CellEditorTable.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { GetRowKey } from 'antd/es/table/interface';
22
import React from 'react';
3-
import { ParamsType } from '../../../../components/src';
4-
import { ProColumns } from '../../../src/typing';
3+
import type { ParamsType } from '@ant-design/pro-provider'
4+
import type { ProColumns } from '../../typing';
55
import EditableProTable, { EditableProTableProps } from './index';
66

77
export function CellEditorTable<

packages/table/src/components/EditableTable/RowEditorTable.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { GetRowKey } from 'antd/es/table/interface';
22
import React from 'react';
3-
import { ParamsType } from '../../../../components/src';
4-
import { ProColumns } from '../../../src/typing';
3+
import type { ParamsType } from '@ant-design/pro-provider'
4+
import type { ProColumns } from '../../typing';
55
import EditableProTable, { EditableProTableProps } from './index';
66

77
export function RowEditorTable<

0 commit comments

Comments
 (0)