UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 222 B
import { GuideComponentComponent as GCC, G2TitleOptions } from '../runtime'; export type TitleComponentOptions = G2TitleOptions; /** * Title Component. */ export declare const TitleComponent: GCC<TitleComponentOptions>;