UNPKG

primeng

Version:

PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB

40 lines (39 loc) 986 B
import { BaseStyle } from 'primeng/base'; import * as i0 from "@angular/core"; export declare class TextareaStyle extends BaseStyle { name: string; theme: ({ dt }: { dt: any; }) => string; classes: { root: ({ instance, props }: { instance: any; props: any; }) => (string | { 'p-filled': any; 'p-textarea-resizable ': any; 'p-invalid': any; 'p-variant-filled': boolean; 'p-textarea-fluid': any; })[]; }; static ɵfac: i0.ɵɵFactoryDeclaration<TextareaStyle, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TextareaStyle>; } /** * * Textarea is a multi-line text input element. * * [Live Demo](https://www.primeng.org/textarea/) * * @module textareastyle * */ export declare enum TextareaClasses { /** * Class name of the root element */ root = "p-textarea" } export interface TextareaStyle extends BaseStyle { }