yitisheng-mini-app/uni_modules/lime-shared/selectAllComponent/index.ts

10 lines
228 B
TypeScript

// @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