UNPKG

transitions-kit

Version:
3 lines (2 loc) 172 B
import { type Ref, type RefCallback } from 'react'; export declare const useForkRef: <Instance>(...refs: Array<Ref<Instance> | undefined>) => RefCallback<Instance> | null;