UNPKG

rooks

Version:

Collection of awesome react hooks

8 lines (7 loc) 289 B
/** * useWarningOnMountInDevelopment * @param message The message to be shown in the console * @see https://rooks.vercel.app/docs/hooks/useWarningOnMountInDevelopment */ declare function useWarningOnMountInDevelopment(message: string): void; export { useWarningOnMountInDevelopment };