@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) • 871 B
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { DividerColor, BreakpointCustomizable, DividerDirection, DividerOrientation, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PDivider extends BaseComponentWithTheme {
color?: DividerColor;
direction?: BreakpointCustomizable<DividerDirection>;
/** @deprecated */
orientation?: BreakpointCustomizable<DividerOrientation>;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": { "alias": "color"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}