SmartParks_visitore/uni_modules/lime-shared/debounce/index.ts

11 lines
223 B
TypeScript
Raw Normal View History

2025-08-21 11:23:54 +08:00
// @ts-nocheck
// #ifdef UNI-APP-X && APP
// export * from './uvue.uts'
export { debounce } from './uvue.uts'
// #endif
// #ifndef UNI-APP-X && APP
// export * from './vue.ts'
export { debounce } from './vue.ts'
// #endif