selectY.d.ts 270 B

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