@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) • 893 B
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { FieldsetLabelSize, FieldsetState, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PFieldset extends BaseComponentWithTheme {
label?: string;
labelSize?: FieldsetLabelSize;
message?: string;
required?: boolean;
state?: FieldsetState;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldset, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldset, "p-fieldset,[p-fieldset]", 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>;
}