/** * @summary Textareas let users enter and edit multi-line text. * * @nativeElement textarea * @selector .l-textarea * * @cssClass .l-textarea - Base textarea style, applied to a ` * * @example In a field (no class needed) * * * *

Tell us what's on your mind.

*
* * @example Auto-growing * */ export declare class TextareaMeta { } //# sourceMappingURL=textarea.meta.d.ts.map