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) 235 B
import React from 'react'; import { ForbiddenProps } from './types'; /** * Used when users don't have access to certain page due to insufficient rights. */ declare const Forbidden: React.FC<ForbiddenProps>; export default Forbidden;