UNPKG

react-application-core

Version:

A react-based application core for the business applications.

10 lines (9 loc) 273 B
/// <reference types="react" /> import { BaseRootContainer } from './base-root.container'; export declare class PrivateRootContainer extends BaseRootContainer { /** * @stable [16.11.2019] * @returns {JSX.Element} */ render(): JSX.Element; }