UNPKG

@nipe-solutions/react-spring-bottom-sheet

Version:
3 lines (2 loc) 137 B
import type { Ref, RefCallback } from 'react'; export declare function mergeRefs<T>(...refs: Array<Ref<T> | undefined>): RefCallback<T>;