UNPKG

@firestitch/filter

Version:
8 lines (7 loc) 362 B
import { ChangeDetectorRef, KeyValueDiffers } from '@angular/core'; import { BaseItemComponent } from '../base-item/base-item.component'; export declare class RangeComponent extends BaseItemComponent { protected _kvDiffers: KeyValueDiffers; protected _cd: ChangeDetectorRef; constructor(_kvDiffers: KeyValueDiffers, _cd: ChangeDetectorRef); }