{
    "elements": [
        {
            "name": "div",
            "public": true,
            "selector": {
                "css": "div"
            }
        }
    ],
    "methods": [
        {
            "name": "getStyleAttribute",
            "compose": [
                {
                    "returnType": "string",
                    "element": "div",
                    "apply": "getAttribute",
                    "args": [
                        {
                            "value": "style"
                        }
                    ]
                }
            ]
        }
    ],
    "description": {
        "text": [
            " "
        ],
        "author": "Salesforce"
    }
}