UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 180 B
import { MarkComponent as MC } from '../runtime'; import { TextMark } from '../spec'; export type TextOptions = Omit<TextMark, 'type'>; export declare const Text: MC<TextOptions>;