index.ts 373 B

123456
  1. export { default as StyledAnimation } from './src/StyledAnimation';
  2. export { default as StyledTransition } from './src/StyledTransition';
  3. export { default as Animation } from './src/Animation';
  4. export { default as KeyFrames } from './src/KeyFrames';
  5. export { default as Transition } from './src/Transition';
  6. export { interpolate, presets } from '@douyinfe/semi-animation';