UNPKG

react-application-core

Version:

A react-based application core for the business applications.

8 lines (7 loc) 296 B
/// <reference types="react" /> import { GenericContainer } from '../../base'; import { IGenericContainerProps } from '../../../definition'; export declare class AccessDeniedContainer extends GenericContainer { static defaultProps: IGenericContainerProps; render(): JSX.Element; }