@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.
12 lines (11 loc) • 805 B
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { SelectedAriaAttributes, PopoverAriaAttribute, PopoverDirection, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PPopover extends BaseComponentWithTheme {
aria?: SelectedAriaAttributes<PopoverAriaAttribute>;
description?: string;
direction?: PopoverDirection;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PPopover, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": { "alias": "aria"; "required": false; }; "description": { "alias": "description"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}