Files
nianxx-h5/auto-imports.d.ts
duanshuwen 479c5175ec refactor(goods): clean up components, update imports and add album page
- replace scoped SCSS styles with inline utility classes for goods components
- move LocationCard to goods subdirectory and update relative imports
- fix DebounceUtils import path in FooterSection
- update goods index page: replace scroll wrapper, switch to vue-router composable, replace uni modal with vant showDialog
- add new album page component
- remove unused PNG assets, old README and deprecated style files
- update global type declarations for vant showDialog
2026-05-27 22:17:57 +08:00

12 lines
302 B
TypeScript

/* 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 showToast: typeof import('vant/es').showToast
}