index.ts 245 B

123456789101112
  1. // @ts-nocheck
  2. // #ifdef UNI-APP-X && APP
  3. // export * from './uvue'
  4. export { raf, doubleRaf, cancelRaf } from './uvue'
  5. // #endif
  6. // #ifndef UNI-APP-X && APP
  7. // export * from './vue'
  8. export { raf, doubleRaf, cancelRaf } from './vue'
  9. // #endif