UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

12 lines (11 loc) 300 B
export declare class AsiTableSelectionModel { nbItemsSelected: number; itemsIncluded: Array<any>; itemsExcluded: Array<any>; allChecked: boolean; config: { selectionId: string; multipage: boolean; }; constructor(selectionId: string, multipage: boolean); }