UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

4 lines 265 B
import { Ref, RefCallback } from 'react'; export declare function assignRef<T>(ref: Ref<T> | undefined | null, value: T | null): void; export declare function mergeRefs<T>(refs: (Ref<T> | undefined | null)[]): RefCallback<T>; //# sourceMappingURL=mergeRefs.d.ts.map