UNPKG

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