UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 253 B
import { AnimationComponent as AC } from '../runtime'; import { Animation } from './types'; export type ScaleInYOptions = Animation; /** * Scale mark from nothing to desired shape in y direction. */ export declare const ScaleInY: AC<ScaleInYOptions>;