@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) • 983 B
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { BreakpointCustomizable, RadioButtonWrapperState, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PRadioButtonWrapper extends BaseComponentWithTheme {
hideLabel?: BreakpointCustomizable<boolean>;
label?: string;
loading?: boolean;
message?: string;
state?: RadioButtonWrapperState;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}