zbH5/auto-imports.d.ts
kaizheng(郑凯) b19cdb11c9 初始化
2025-01-28 15:25:35 +08:00

13 lines
422 B
TypeScript

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const showConfirmDialog: typeof import('vant/es')['showConfirmDialog']
const showDialog: typeof import('vant/es')['showDialog']
const showImagePreview: typeof import('vant/es')['showImagePreview']
const showToast: typeof import('vant/es')['showToast']
}