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

12 lines
218 B
TypeScript
Raw Permalink Normal View History

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