UNPKG

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