UNPKG

rhine-var

Version:

Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.

3 lines 199 B
import { StoredRhineVar } from "../../core/var/rhine-var.type"; export default function useRhine<T extends object>(proxy: StoredRhineVar<T>): Readonly<T>; //# sourceMappingURL=use-rhine.hook.d.ts.map