index.ts 221 B

123456789
  1. // @ts-nocheck
  2. // #ifndef UNI-APP-X
  3. // export * from './vue.ts'
  4. export { selectComponent } from './vue.ts'
  5. // #endif
  6. // #ifdef UNI-APP-X
  7. // export * from './uvue.uts'
  8. export { selectComponent } from './uvue.uts'
  9. // #endif