zoomIn.d.ts 179 B

1234
  1. import { AnimationComponent as AC } from '../runtime';
  2. import { Animation } from './types';
  3. export type ZoomInOptions = Animation;
  4. export declare const ZoomIn: AC<ZoomInOptions>;