@porsche-design-system/components-angular
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
9 lines (8 loc) • 505 B
TypeScript
import { BaseComponent } from '../../utils';
import * as i0 from "@angular/core";
export declare class PSelectOption extends BaseComponent {
disabled?: boolean;
value?: string;
static ɵfac: i0.ɵɵFactoryDeclaration<PSelectOption, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PSelectOption, "p-select-option,[p-select-option]", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
}