UNPKG

rooks

Version:

Essential React custom hooks ⚓ to super charge your components!

8 lines 349 B
/** * useWarningOnMountInDevelopment * @param message The message to be shown in the console * @see https://react-hooks.org/docs/useWarningOnMountInDevelopment */ declare function useWarningOnMountInDevelopment(message: string): void; export { useWarningOnMountInDevelopment }; //# sourceMappingURL=useWarningOnMountInDevelopment.d.ts.map