diff --git a/packages/table/src/components/EditableTable/CellEditorTable.tsx b/packages/table/src/components/EditableTable/CellEditorTable.tsx index 231b01ba0958..05fe9bfae15c 100644 --- a/packages/table/src/components/EditableTable/CellEditorTable.tsx +++ b/packages/table/src/components/EditableTable/CellEditorTable.tsx @@ -1,7 +1,7 @@ import { GetRowKey } from 'antd/es/table/interface'; import React from 'react'; -import { ParamsType } from '../../../../components/src'; -import { ProColumns } from '../../../src/typing'; +import type { ParamsType } from '@ant-design/pro-provider' +import type { ProColumns } from '../../typing'; import EditableProTable, { EditableProTableProps } from './index'; export function CellEditorTable< diff --git a/packages/table/src/components/EditableTable/RowEditorTable.tsx b/packages/table/src/components/EditableTable/RowEditorTable.tsx index 5b0492183392..faa00375d7df 100644 --- a/packages/table/src/components/EditableTable/RowEditorTable.tsx +++ b/packages/table/src/components/EditableTable/RowEditorTable.tsx @@ -1,7 +1,7 @@ import { GetRowKey } from 'antd/es/table/interface'; import React from 'react'; -import { ParamsType } from '../../../../components/src'; -import { ProColumns } from '../../../src/typing'; +import type { ParamsType } from '@ant-design/pro-provider' +import type { ProColumns } from '../../typing'; import EditableProTable, { EditableProTableProps } from './index'; export function RowEditorTable<