ylwy-h5/auto-imports.d.ts

17 lines
645 B
TypeScript
Raw Permalink Normal View History

2024-12-22 11:02:17 +00:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const ElLoading: typeof import('element-plus/es')['ElLoading']
const ElMessage: typeof import('element-plus/es')['ElMessage']
const closeToast: typeof import('vant/es')['closeToast']
const showFailToast: typeof import('vant/es')['showFailToast']
const showLoadingToast: typeof import('vant/es')['showLoadingToast']
const showSuccessToast: typeof import('vant/es')['showSuccessToast']
const showToast: typeof import('vant/es')['showToast']
}