UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 226 B
import { TransformComponent as TC } from '../runtime'; export type MaybeTitleOptions = { channel?: string; }; /** * Infer title channel from x-position channel. */ export declare const MaybeTitle: TC<MaybeTitleOptions>;