@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.
19 lines (18 loc) • 1.38 kB
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable, LinkIcon, LinkTarget, Theme, LinkVariant } from '../types';
import * as i0 from "@angular/core";
export declare class PLink extends BaseComponentWithTheme {
aria?: SelectedAriaAttributes<LinkAriaAttribute>;
compact?: BreakpointCustomizable<boolean>;
download?: string;
hideLabel?: BreakpointCustomizable<boolean>;
href?: string;
icon?: LinkIcon;
iconSource?: string;
rel?: string;
target?: LinkTarget;
theme?: Theme;
variant?: LinkVariant;
static ɵfac: i0.ɵɵFactoryDeclaration<PLink, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PLink, "p-link,[p-link]", never, { "aria": { "alias": "aria"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "download": { "alias": "download"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
}