UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

9 lines (8 loc) 218 B
import React from 'react'; /** * Displays a message with a connection error image. * * @example * <InternetConnectionErrorMessage /> */ export default function InternetConnectionErrorMessage(): React.JSX.Element;