UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

25 lines (24 loc) 1.03 kB
export { ScaleInX } from './scaleInX'; export { ScaleOutX } from './scaleOutX'; export { ScaleInY } from './scaleInY'; export { ScaleOutY } from './scaleOutY'; export { FadeIn } from './fadeIn'; export { FadeOut } from './fadeOut'; export { Morphing } from './morphing'; export { WaveIn } from './waveIn'; export { ZoomIn } from './zoomIn'; export { ZoomOut } from './zoomOut'; export { PathIn } from './pathIn'; export { GrowInX } from './growInX'; export { GrowInY } from './growInY'; export type { ScaleInXOptions } from './scaleInX'; export type { ScaleOutXOptions } from './scaleOutX'; export type { ScaleInYOptions } from './scaleInY'; export type { ScaleOutYOptions } from './scaleOutY'; export type { FadeInOptions } from './fadeIn'; export type { FadeOutOptions } from './fadeOut'; export type { MorphingOptions } from './morphing'; export type { WaveInOptions } from './waveIn'; export type { PathInOptions } from './pathIn'; export type { GrowInXOptions } from './growInX'; export type { GrowInYOptions } from './growInY';