scaleOutX.d.ts 256 B

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