UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 248 B
import { TransformComponent as TC } from '../runtime'; export type MaybeDefaultYOptions = Record<string, never>; /** * Add a default encode for rangeY * when data is just an array */ export declare const MaybeDefaultY: TC<MaybeDefaultYOptions>;