UNPKG

@equinor/eds-utils

Version:

Utility functions and hooks for the Equinor Design System

3 lines (2 loc) 141 B
import type { RefCallback, Ref } from 'react'; export declare const mergeRefs: <T extends HTMLElement>(...refs: Ref<T>[]) => RefCallback<T>;