@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.
17 lines (16 loc) • 1.22 kB
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { BreakpointCustomizable, LinkSocialIcon, LinkSocialTarget, Theme } from '../types';
import * as i0 from "@angular/core";
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
export declare class PLinkSocial extends BaseComponentWithTheme {
compact?: boolean;
hideLabel?: BreakpointCustomizable<boolean>;
href?: string;
icon?: LinkSocialIcon;
iconSource?: string;
rel?: string;
target?: LinkSocialTarget;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkSocial, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "compact": { "alias": "compact"; "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; }; }, {}, never, ["*"], false, never>;
}