UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

16 lines (15 loc) 324 B
export declare class TextArea { baseClass: boolean; /** * Set to `true` to display the invalid state. */ invalid: boolean; /** * Set to `true` to display the valid state. */ valid: boolean; /** * Set to `true` to display a loading text area. */ skeleton: boolean; }