zoomOut.d.ts 182 B

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