UNPKG

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