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.

13 lines (12 loc) 866 B
import { BaseComponentWithTheme } from '../../utils'; import type { SelectedAriaAttributes, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PWordmark extends BaseComponentWithTheme { aria?: SelectedAriaAttributes<WordmarkAriaAttribute>; href?: string; size?: WordmarkSize; target?: WordmarkTarget; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration<PWordmark, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PWordmark, "p-wordmark,[p-wordmark]", never, { "aria": { "alias": "aria"; "required": false; }; "href": { "alias": "href"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>; }