@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.
15 lines (14 loc) • 1.06 kB
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { FieldsetWrapperLabelSize, FieldsetWrapperState, Theme } from '../types';
import * as i0 from "@angular/core";
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
export declare class PFieldsetWrapper extends BaseComponentWithTheme {
label?: string;
labelSize?: FieldsetWrapperLabelSize;
message?: string;
required?: boolean;
state?: FieldsetWrapperState;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldsetWrapper, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": { "alias": "label"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "message": { "alias": "message"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}