Skip to content

Commit

Permalink
fix: build ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinyong committed Jul 26, 2022
1 parent c19334a commit 0d63b09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/array-table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import type { Schema } from '@formily/json-schema'
import type { VNode } from 'vue'
import { Table, Pagination, Select, Badge } from 'ant-design-vue'
import { Space } from '../space'
import type { TableProps } from 'ant-design-vue/lib/table'
import type { ColumnProps } from 'ant-design-vue/lib/table/column'
import type { TableProps, ColumnProps } from 'ant-design-vue/lib/table'
import type { PaginationProps } from 'ant-design-vue/lib/pagination'
import type { SelectProps } from 'ant-design-vue/lib/select'

Expand Down

0 comments on commit 0d63b09

Please sign in to comment.