@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.
14 lines (13 loc) • 931 B
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { DisplayAlign, DisplayColor, BreakpointCustomizable, DisplaySize, DisplayTag, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PDisplay extends BaseComponentWithTheme {
align?: DisplayAlign;
color?: DisplayColor;
ellipsis?: boolean;
size?: BreakpointCustomizable<DisplaySize>;
tag?: DisplayTag;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PDisplay, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PDisplay, "p-display,[p-display]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}