UNPKG

@sparkpost/matchbox

Version:
6 lines (5 loc) 201 B
import React from 'react'; /** * Combines multiple refs */ export declare function combineRefs<T = HTMLElement>(...refs: Array<React.MutableRefObject<T> | React.LegacyRef<T>>): React.RefCallback<T>;