Preview: transformRef.d.ts
Size: 376 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/use-callback-ref/dist/es5/transformRef.d.ts
import { ReactRef, RefObject } from './types';
/**
* Transforms one ref to another
* @example
* ```tsx
* const ResizableWithRef = forwardRef((props, ref) =>
* <Resizable {...props} ref={transformRef(ref, i => i ? i.resizable : null)}/>
* );
* ```
*/
export declare function transformRef<T, K>(ref: ReactRef<K>, transformer: (original: T | null) => K): RefObject<T>;
Directory Contents
Dirs: 0 × Files: 20