UNPKG

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