UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 198 B
import { ShapeComponent as SC } from '../../runtime'; export type TextOptions = Record<string, any>; /** * @todo autoRotate when in polar coordinate */ export declare const Text: SC<TextOptions>;