@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.
8 lines (7 loc) • 422 B
TypeScript
import { BaseComponent } from '../../utils';
import * as i0 from "@angular/core";
export declare class PTableCell extends BaseComponent {
multiline?: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<PTableCell, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PTableCell, "p-table-cell,[p-table-cell]", never, { "multiline": { "alias": "multiline"; "required": false; }; }, {}, never, ["*"], false, never>;
}