UNPKG

@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.

11 lines (10 loc) 739 B
import { BaseComponentWithTheme } from '../../utils'; import type { SelectedAriaAttributes, SpinnerAriaAttribute, BreakpointCustomizable, SpinnerSize, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PSpinner extends BaseComponentWithTheme { aria?: SelectedAriaAttributes<SpinnerAriaAttribute>; size?: BreakpointCustomizable<SpinnerSize>; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": { "alias": "aria"; "required": false; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>; }