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