identity.d.ts 228 B

1234
  1. import { IdentityScale as IdentityScaleSpec } from '../spec';
  2. import { ScaleComponent as SC } from '../runtime';
  3. export type IdentityOptions = Omit<IdentityScaleSpec, 'type'>;
  4. export declare const Identity: SC<IdentityOptions>;