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 199 B
export default interface NotFoundProps { ButtonComponent? : React.FC; text?: string; rootClassName?: React.CSSProperties & string; textClassName?: React.CSSProperties & string; }