UNPKG

react-application-core

Version:

A react-based application core for the business applications.

10 lines (9 loc) 288 B
/// <reference types="react" /> import { EnhancedGenericComponent } from './enhanced-generic.component'; export declare class BasicComponent extends EnhancedGenericComponent { /** * @stable [05.05.2020] * @returns {JSX.Element} */ render(): JSX.Element; }