UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

8 lines (7 loc) 187 B
import React from 'react'; import { NotFoundProps } from './types'; /** * Used when a page cannot be found. */ declare const NotFound: React.FC<NotFoundProps>; export default NotFound;