UNPKG

@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.

11 lines (10 loc) 656 B
import { BaseComponent } from '../../utils'; import type { SelectedAriaAttributes, CrestAriaAttribute, CrestTarget } from '../types'; import * as i0 from "@angular/core"; export declare class PCrest extends BaseComponent { aria?: SelectedAriaAttributes<CrestAriaAttribute>; href?: string; target?: CrestTarget; static ɵfac: i0.ɵɵFactoryDeclaration<PCrest, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PCrest, "p-crest,[p-crest]", never, { "aria": { "alias": "aria"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>; }