- import { AnimationComponent as AC } from '../runtime';
- import { Animation } from './types';
- export type ScaleInXOptions = Animation;
- /**
- * Scale mark from nothing to desired shape in x direction.
- */
- export declare const ScaleInX: AC<ScaleInXOptions>;
|