Skip to main content
Show raw api
{
    "functions": [],
    "properties": [],
    "types": [
        {
            "name": "TextAreaProps",
            "desc": "",
            "fields": [
                {
                    "name": "...",
                    "lua_type": "TextInputProps",
                    "desc": ""
                }
            ],
            "source": {
                "line": 26,
                "path": "src/Components/TextArea.luau"
            }
        }
    ],
    "name": "TextArea",
    "desc": "Like [`TextInput`](/api/TextInput), but dedicated for multi-line use-cases.",
    "source": {
        "line": 6,
        "path": "src/Components/TextArea.luau"
    }
}