This commit is contained in:
xuliangzhan
2023-09-17 15:21:35 +08:00
parent 9b322a1ceb
commit 063c3ad85b
3 changed files with 28 additions and 16 deletions

10
types/index.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
import { VXETableCore } from 'vxe-table'
/**
* 基于 vxe-table 表格的扩展插件,支持导出 xlsx 格式
*/
export declare const VXETablePluginExportXLSX: {
install (vxetable: VXETableCore): void
}
export default VXETablePluginExportXLSX