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.

14 lines (13 loc) 815 B
import { BaseComponentWithTheme } from '../../utils'; import type { TextListListType, TextListOrderType, Theme, TextListType } from '../types'; import * as i0 from "@angular/core"; export declare class PTextList extends BaseComponentWithTheme { /** @deprecated */ listType?: TextListListType; /** @deprecated */ orderType?: TextListOrderType; theme?: Theme; type?: TextListType; static ɵfac: i0.ɵɵFactoryDeclaration<PTextList, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": { "alias": "listType"; "required": false; }; "orderType": { "alias": "orderType"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>; }