UNPKG

ng2-qgrid

Version:
10 lines (7 loc) 365 B
import { MultipleSelectionState } from './multiple.selection.state'; import { Model } from '../../infrastructure/model'; import { SelectionService } from '../selection.service'; export declare class RangeSelectionState extends MultipleSelectionState { constructor(model: Model, service: SelectionService); select(item: object, state: boolean): void; }