import { RevSchemaField } from '../../../common'; import { RevSubgrid } from '../../interfaces'; import { RevBehavioredColumnSettings } from '../../settings'; import { RevSelectionRangeList } from './selection-range-list'; export class RevSubgridSelectionRangeList extends RevSelectionRangeList { constructor(readonly subgrid: RevSubgrid) { super(); } }