@firestitch/filter
Version:
10 lines (9 loc) • 446 B
TypeScript
import { ChangeDetectorRef, KeyValueDiffers } from '@angular/core';
import { BaseItemComponent } from '../base-item/base-item.component';
export declare class ChipsComponent extends BaseItemComponent {
protected _kvDiffers: KeyValueDiffers;
protected _cd: ChangeDetectorRef;
constructor(_kvDiffers: KeyValueDiffers, _cd: ChangeDetectorRef);
modelChange(): void;
compareFn(modelValue: any, chipValue: any): boolean;
}