index.ts 248 B

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