UNPKG

@nex-ui/utils

Version:

Utility functions for React components.

6 lines (3 loc) 144 B
import { Ref } from 'react'; declare function mergeRefs<T>(...refs: (Ref<T> | undefined | null)[]): Ref<T> | undefined; export { mergeRefs };