UNPKG

react-tesna-utils

Version:

A versatile utility library featuring optimized functions for data manipulation, clipboard handling, text truncation, comparison, validation, and more. Designed for modern JavaScript and TypeScript projects with efficient and reusable solutions.

3 lines (2 loc) 96 B
import { Ref } from 'react'; export declare const composeRef: <T>(...refs: Ref<T>[]) => Ref<T>;