@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.
17 lines (16 loc) • 1.2 kB
TypeScript
import { BaseComponentWithTheme } from '../../utils';
import type { BreakpointCustomizable, TextareaWrapperState, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PTextareaWrapper extends BaseComponentWithTheme {
description?: string;
hideLabel?: BreakpointCustomizable<boolean>;
label?: string;
message?: string;
/** @deprecated */
showCharacterCount?: boolean;
showCounter?: boolean;
state?: TextareaWrapperState;
theme?: Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<PTextareaWrapper, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": { "alias": "description"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "showCharacterCount": { "alias": "showCharacterCount"; "required": false; }; "showCounter": { "alias": "showCounter"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}