auto-imports.d.ts 233 B

123456789
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. export {}
  7. declare global {
  8. const showLoadingToast: typeof import('vant/es')['showLoadingToast']
  9. }