@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) • 950 B
TypeScript
import { BaseComponent } from '../../utils';
import type { SelectedAriaAttributes, DrilldownLinkAriaAttribute, DrilldownLinkTarget } from '../types';
import * as i0 from "@angular/core";
export declare class PDrilldownLink extends BaseComponent {
active?: boolean;
aria?: SelectedAriaAttributes<DrilldownLinkAriaAttribute>;
download?: string;
href?: string;
rel?: string;
target?: DrilldownLinkTarget;
static ɵfac: i0.ɵɵFactoryDeclaration<PDrilldownLink, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PDrilldownLink, "p-drilldown-link,[p-drilldown-link]", never, { "active": { "alias": "active"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
}