UNPKG

react-notfound-page

Version:

The `NotFound` component is a React functional component that displays a 404 Not Found message along with an animation and an optional button.

6 lines (5 loc) 187 B
import * as React from 'react'; import './styles/global.css'; import NotFoundProps from './types/NotFound'; declare const NotFound: React.FC<NotFoundProps>; export default NotFound;