growInX.d.ts 250 B

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