index.d.ts 227 B

1234
  1. export { default as fadeIn } from './fadeIn';
  2. export { default as fadeOut } from './fadeOut';
  3. export type { StandardAnimationOption, AnimationOption, GenericAnimation, AnimationResult } from './types';
  4. export * from './utils';