pow.d.ts 198 B

1234
  1. import { ScaleComponent as SC } from '../runtime';
  2. import { PowScale as PowScaleSpec } from '../spec';
  3. export type PowOptions = Omit<PowScaleSpec, 'type'>;
  4. export declare const Pow: SC<PowOptions>;