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.

8 lines (7 loc) 233 B
/// <reference types="react" /> export default interface NotFoundProps { ButtonComponent?: React.FC; text?: string; rootClassName?: React.CSSProperties & string; textClassName?: React.CSSProperties & string; }