UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 198 B
import { ScaleComponent as SC } from '../runtime'; import { PowScale as PowScaleSpec } from '../spec'; export type PowOptions = Omit<PowScaleSpec, 'type'>; export declare const Pow: SC<PowOptions>;