UNPKG

@blackbaud/skyux

Version:
9 lines (8 loc) 295 B
import { ListItemModel } from './item.model'; export declare class ListItemsLoadAction { items: Array<ListItemModel>; refresh: boolean; dataChanged: boolean; count: number; constructor(items: Array<ListItemModel>, refresh?: boolean, dataChanged?: boolean, count?: number); }