UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

3 lines (2 loc) 122 B
import React from "react"; export declare function assignRef<T = any>(ref: React.ForwardedRef<T>, value: T | null): void;