UNPKG

react-application-core

Version:

A react-based application core for the business applications.

18 lines (17 loc) 499 B
/// <reference types="react" /> import { IBasicListProps } from '../../../definition'; import { EnhancedGenericComponent } from '../../base/enhanced-generic.component'; /** * @component-impl * @stable [11.06.2020] */ export declare class BasicList extends EnhancedGenericComponent<IBasicListProps> { /** * @stable [17.08.2020] */ render(): JSX.Element; /** * @stable [17.08.2020] */ protected get componentsSettingsProps(): IBasicListProps; }