UNPKG

@winglet/react-utils

Version:

React utility library providing custom hooks, higher-order components (HOCs), and utility functions to enhance React application development with improved reusability and functionality

7 lines (6 loc) 257 B
/** * Default error message component used by ErrorBoundary. * Displays a simple italic message when an unexpected error occurs. * @returns Default error message UI */ export declare const FallbackMessage: () => import("react/jsx-runtime").JSX.Element;