File tree 2 files changed +4
-4
lines changed
packages/table/src/components/EditableTable
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { GetRowKey } from 'antd/es/table/interface' ;
2
2
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' ;
5
5
import EditableProTable , { EditableProTableProps } from './index' ;
6
6
7
7
export function CellEditorTable <
Original file line number Diff line number Diff line change 1
1
import { GetRowKey } from 'antd/es/table/interface' ;
2
2
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' ;
5
5
import EditableProTable , { EditableProTableProps } from './index' ;
6
6
7
7
export function RowEditorTable <
You can’t perform that action at this time.
0 commit comments