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.

16 lines (15 loc) 836 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export interface ToggleSelectorOption { id: string; name: string; } export declare class ToggleSelectorComponent { options: Array<ToggleSelectorOption>; currentOption: string; currentOptionChange: EventEmitter<string>; select: EventEmitter<ToggleSelectorOption>; selectOption(option: ToggleSelectorOption): void; static ɵfac: i0.ɵɵFactoryDeclaration<ToggleSelectorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSelectorComponent, "systelab-toggle-selector", never, { "options": { "alias": "options"; "required": false; }; "currentOption": { "alias": "currentOption"; "required": false; }; }, { "currentOptionChange": "currentOptionChange"; "select": "select"; }, never, never, false, never>; }