UNPKG

react-application-core

Version:

A react-based application core for the business applications.

11 lines (10 loc) 344 B
/// <reference types="react" /> import { BaseListContainer } from './base-list.container'; import { IListContainerProps } from '../../definition'; export declare class ListContainer extends BaseListContainer<IListContainerProps> { /** * @stable [30.03.2020] * @returns {JSX.Element} */ render(): JSX.Element; }