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

10 lines
228 B
TypeScript
Raw Permalink Normal View History

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