UNPKG

react-healthy

Version:

Incrementally check and alert your users to the health of your APIs

4 lines (3 loc) 186 B
export { Healthy } from './components/Healthy/index.js'; export { StatusPage } from './pages/StatusPage/index.js'; export { default as useHealthCheck } from './hooks/useHealthCheck.js';