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.

16 lines (14 loc) 405 B
// Copyright (c) TotalSoft. // This source code is licensed under the MIT license. export interface NotFoundProps { /** * @default "Not Found" * The text to be displayed when this component is rendered */ text?: string /** * @default "The resource requested could not be found on this server!" * The details to be displayed when this component is rendered */ details?: string }