UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 268 B
import { CompositeMarkComponent as CC } from '../runtime'; import { SankeyMark } from '../spec'; export type SankeyOptions = Omit<SankeyMark, 'type'>; /** * @todo Add interaction * @todo Add source-link color mode */ export declare const Sankey: CC<SankeyOptions>;