UNPKG

adwaita-web

Version:

A GTK inspired toolkit designed to build awesome web apps

4 lines (3 loc) 114 B
export default function setRef<T>(ref: ((v: T) => any) | { current: T; } | null | undefined, value: T): void;