Skip to content

Commit 5ce6d9f

Browse files
committed
feat: 声明依赖修改为直接引用element
1 parent fa35a54 commit 5ce6d9f

File tree

6 files changed

+2
-429
lines changed

6 files changed

+2
-429
lines changed

types/component.d.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { ElTable } from './table'
2-
import { ElTableColumn } from './table-column';
1+
import { ElTable } from 'element-ui/types/table'
2+
import { ElTableColumn } from 'element-ui/types/table-column';
33

44

55
export interface EditRules {

types/popover.d.ts

Lines changed: 0 additions & 71 deletions
This file was deleted.

types/table-column.d.ts

Lines changed: 0 additions & 117 deletions
This file was deleted.

types/table.d.ts

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)