@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.
9 lines (8 loc) • 443 B
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PToast extends BaseComponentWithTheme {
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}