1
0
mirror of synced 2025-12-08 06:38:39 +08:00

releases 4.7.20

This commit is contained in:
xuliangzhan
2024-06-18 10:32:29 +08:00
parent e73ad2a6d1
commit 416e332581
10 changed files with 24 additions and 10 deletions

9
types/all.d.ts vendored
View File

@@ -21,4 +21,11 @@ export const VXETable: VxeUIExport
*/
export type VXETableCore = VxeUIExport
export * from 'vxe-pc-ui'
export * from 'vxe-pc-ui/types/ui'
// Vxe Table
export * from 'vxe-pc-ui/types/components/column'
export * from 'vxe-pc-ui/types/components/colgroup'
export * from 'vxe-pc-ui/types/components/table'
export * from 'vxe-pc-ui/types/components/grid'
export * from 'vxe-pc-ui/types/components/toolbar'