UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

3 lines (2 loc) 119 B
import { Ref } from "react"; export default function setRef<T extends HTMLElement>(ref: Ref<T>, node: T | null): void;