UNPKG

rooks

Version:

Essential React custom hooks ⚓ to super charge your components!

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