UNPKG

react-healthy

Version:

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

9 lines 326 B
/// <reference types="react" /> import type { RowMessages } from '../../types'; export declare type PageStatusProps = { hasError: boolean; messages?: RowMessages; }; export declare function PageStatus({ hasError, messages }: PageStatusProps): JSX.Element; export default PageStatus; //# sourceMappingURL=index.d.ts.map