binX.d.ts 195 B

1234
  1. import { TransformComponent as TC } from '../runtime';
  2. import { BinXTransform } from '../spec';
  3. export type BinXOptions = Omit<BinXTransform, 'type'>;
  4. export declare const BinX: TC<BinXOptions>;