selectX.d.ts 270 B

1234567
  1. import { TransformComponent as TC } from '../runtime';
  2. import { SelectXTransform } from '../spec';
  3. export type SelectXOptions = Omit<SelectXTransform, 'type'>;
  4. /**
  5. * The selectX transform filter index by y channel.
  6. */
  7. export declare const SelectX: TC<SelectXOptions>;