UNPKG

@firestitch/filter

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