mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
10 lines
131 B
TypeScript
10 lines
131 B
TypeScript
import XEUtils from 'xe-utils'
|
|
|
|
declare global {
|
|
interface Window {
|
|
XEUtils: typeof XEUtils;
|
|
}
|
|
}
|
|
|
|
window.XEUtils = XEUtils
|