UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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