flexX.d.ts 255 B

1234567
  1. import { TransformComponent as TC } from '../runtime';
  2. import { FlexXTransform } from '../spec';
  3. export type FlexXOptions = Omit<FlexXTransform, 'type'>;
  4. /**
  5. * Produce flex options from data for x scale.
  6. */
  7. export declare const FlexX: TC<FlexXOptions>;