UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 200 B
import { DataComponent as DC } from '../runtime'; import { InlineConnector } from '../spec'; export type InlineOptions = Omit<InlineConnector, 'type'>; export declare const Inline: DC<InlineOptions>;