index.ts 228 B

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