sqrt.d.ts 204 B

1234
  1. import { SqrtScale as SqrtScaleSpec } from '../spec';
  2. import { ScaleComponent as SC } from '../runtime';
  3. export type SqrtOptions = Omit<SqrtScaleSpec, 'type'>;
  4. export declare const Sqrt: SC<SqrtOptions>;