UNPKG

@nex-ui/utils

Version:

Utility functions for React components.

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