growInY.d.ts 250 B

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