UNPKG

255 BTypeScriptView Raw
1import type { ProcessPropOptions } from '../types';
2/**
3 * Function that is the actual processing of the prop's (used for caching)
4 * @param input All the options needed for prop's
5 */
6export declare function processProp(input: ProcessPropOptions): void;