UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 307 B
import { TransformComponent as TC } from '../runtime'; export type MaybeVisualPositionOptions = Record<string, never>; /** * Set visual position with style.x and style.y. * The priority of style.x, style.y is higher than data. */ export declare const MaybeVisualPosition: TC<MaybeVisualPositionOptions>;