UNPKG

react-application-core

Version:

A react-based application core for the business applications.

11 lines (10 loc) 347 B
/// <reference types="react" /> import { BaseListContainer } from '../list'; import { ICardListContainerProps } from './card-list.interface'; export declare class CardListContainer extends BaseListContainer<ICardListContainerProps> { /** * @stable [06.06.2018] * @returns {JSX.Element} */ render(): JSX.Element; }