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.

4 lines 147 B
type ReactType = typeof import('react') | null; export default function loadReact(): ReactType; export {}; //# sourceMappingURL=load-react.d.ts.map