UNPKG

rooks

Version:

Essential React custom hooks ⚓ to super charge your components!

4 lines 149 B
type Warning = (condition: boolean, message: string) => void; declare let warning: Warning; export { warning }; //# sourceMappingURL=warning.d.ts.map