react-healthy
Version:
Incrementally check and alert your users to the health of your APIs
7 lines • 456 B
TypeScript
export { default as Healthy } from './components/Healthy';
export { default as StatusPage } from './pages/StatusPage';
export { default as useHealthCheck } from './hooks/useHealthCheck';
export type { HealthyProps, HealthyConfig } from './components/Healthy';
export type { StatusPageProps, StatusPageConfig } from './pages/StatusPage';
export type { HealthCheckConfig, HealthCheckReturn } from './hooks/useHealthCheck';
//# sourceMappingURL=index.d.ts.map