UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 195 B
import { FetchConnector } from '../spec'; import { DataComponent as DC } from '../runtime'; export type FetchOptions = Omit<FetchConnector, 'type'>; export declare const Fetch: DC<FetchOptions>;