UNPKG

ng2-qgrid

Version:
10 lines (6 loc) 191 B
import {SelectionState} from './selection.state'; export declare class MultipleSelectionState extends SelectionState { constructor(); items: Map<any, any>; entries(): any[]; }