UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 260 B
import { CompositeMarkComponent as CC } from '../runtime'; import { LiquidMark } from '../spec'; export type LiquidData = { percent?: number; } | number; export type LiquidOptions = Omit<LiquidMark, 'type'>; export declare const Liquid: CC<LiquidOptions>;