SmartParks_visitore/uni_modules/lime-shared/animation/index.ts
2025-08-21 11:23:54 +08:00

13 lines
247 B
TypeScript

// @ts-nocheck
// #ifdef UNI-APP-X && APP
// export * from './uvue.uts'
export { Timeline, Animation } from './uvue.uts'
// #endif
// #ifndef UNI-APP-X && APP
// export * from './vue.ts'
export { Timeline, Animation } from './vue.ts'
// #endif