@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) • 758 B
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { TagColor, TagIcon, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PTag extends BaseComponentWithTheme {
color?: TagColor;
compact?: boolean;
icon?: TagIcon;
iconSource?: string;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PTag, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag,[p-tag]", never, { "color": { "alias": "color"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}