UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

9 lines (8 loc) 258 B
/** * If the browser is not online, it shows a connection error message. Otherwise, * it shows an API error message. * * @example * <FetchErrorMessage /> */ export default function FetchErrorMessage(): import("@emotion/react/jsx-runtime").JSX.Element;