UNPKG

react-application-core

Version:

A react-based application core for the business applications.

8 lines (7 loc) 327 B
import { IGenericContainerProps, IReduxListHolderEntity } from '../../definition'; import { IListConfigurationWrapper } from '../../definitions.interface'; /** * @stable [05.05.2018] */ export interface ICardListContainerProps extends IGenericContainerProps, IReduxListHolderEntity, IListConfigurationWrapper<any> { }