UNPKG

@ryo-98/react-api-bridge

Version:
3 lines (2 loc) 136 B
import { RefObject } from "react"; export declare function useUniqueElementRef<T>(entity: RefObject<T>[] | RefObject<T>): RefObject<T>;