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.

14 lines (13 loc) 960 B
import { BaseComponentWithTheme } from '../../utils'; import type { BreakpointCustomizable, CheckboxWrapperState, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PCheckboxWrapper extends BaseComponentWithTheme { hideLabel?: BreakpointCustomizable<boolean>; label?: string; loading?: boolean; message?: string; state?: CheckboxWrapperState; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-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>; }