UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 255 B
import { TransformComponent as TC } from '../runtime'; import { FlexXTransform } from '../spec'; export type FlexXOptions = Omit<FlexXTransform, 'type'>; /** * Produce flex options from data for x scale. */ export declare const FlexX: TC<FlexXOptions>;