UNPKG

react-use-tools

Version:

A small library to manage global reactive tools across your React application.

5 lines (3 loc) 127 B
/// <reference types="./global" /> declare function useRegister(tools: Tools): void; export { useRegister as registerTools };