option.component.d.ts 403 B

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