UNPKG

med-table

Version:
12 lines (11 loc) 504 B
import { FilterService, SelectItem } from 'primeng/api'; import * as i0 from "@angular/core"; export declare class FilterCheckboxComponent { private filterService; constructor(filterService: FilterService); key: string; matchModeOptions: SelectItem[]; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FilterCheckboxComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FilterCheckboxComponent, "filter-checkbox", never, { "key": "key"; }, {}, never, never>; }