UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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