13 lines
422 B
TypeScript
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']
|
|
}
|