Skip to content

Commit

Permalink
chore: update TS type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Dec 23, 2024
1 parent 8fcfe79 commit e32481c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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<
Expand Down
Original file line number Diff line number Diff line change
@@ -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<
Expand Down

0 comments on commit e32481c

Please sign in to comment.