aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/textfield.json
blob: d82723b775f19b92f20d4e7957e39d6b527999a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "component": "textfield",

    "module": "montage/ui/native/input-text.reel",

    "name": "InputText",

    "properties": [
        {
            "name": "value",
            "type": "string",
            "default": ""
        }
    ]
}