export default TextArea; type TextArea = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * A multi-line text field based on the HTML `