scaleOutY.d.ts 256 B

1234567
  1. import { AnimationComponent as AC } from '../runtime';
  2. import { Animation } from './types';
  3. export type ScaleOutYOptions = Animation;
  4. /**
  5. * Scale mark from desired shape to nothing in y direction.
  6. */
  7. export declare const ScaleOutY: AC<ScaleOutYOptions>;