UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

13 lines (12 loc) 626 B
import { AgRendererComponent } from 'ag-grid-angular'; import * as i0 from "@angular/core"; export declare class ComboboxFavouriteRendererComponent implements AgRendererComponent { isFavourite: boolean; label: string; favouriteList: Array<string>; agInit(params: any): void; refresh(params: any): boolean; protected checkIfIsFavourite(params: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxFavouriteRendererComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxFavouriteRendererComponent, "combobox-favourite-renderer", never, {}, {}, never, never, false, never>; }