UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 182 B
import { AnimationComponent as AC } from '../runtime'; import { Animation } from './types'; export type ZoomOutOptions = Animation; export declare const ZoomOut: AC<ZoomOutOptions>;