UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 243 B
import { TransformComponent as TC } from '../runtime'; export type MaybeTooltipOptions = { channel: string | string[]; }; /** * Infer tooltip channel from specified channel. */ export declare const MaybeTooltip: TC<MaybeTooltipOptions>;