UNPKG

254 BTypeScriptView Raw
1import { TransformComponent as TC } from '../runtime';
2import { FilterTransform } from '../spec';
3export type FilterOptions = Omit<FilterTransform, 'type'>;
4/**
5 * The Filter transform filter channels.
6 */
7export declare const Filter: TC<FilterOptions>;