cxc-szcx-uniapp/uni_modules/lime-shared/cloneDeep/index.ts
2024-12-04 11:10:13 +08:00

10 lines
155 B
TypeScript

// @ts-nocheck
// #ifdef APP-IOS || APP-ANDROID
export * from './uvue.ts'
// #endif
// #ifndef APP-IOS || APP-ANDROID
export * from './vue.ts'
// #endif