1234567 |
- import * as i0 from "@angular/core";
- export declare class OptionComponent {
- label: string;
- icon: string;
- static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent, "ct-option", never, { "label": { "alias": "label"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
- }
|