{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: lightning-layout-item",
            "Represents the lightning-layout-item Lightning web component,",
            "Get the content in the container."
        ]
    },
    "methods": [
        {
            "name": "getText",
            "compose": [
                {
                    "element": "root",
                    "apply": "getText"
                }
            ]
        }
    ],
    "elements": [
        {
            "name": "layoutItemContent",
            "type": "container",
            "selector": {
                "css": ":scope *"
            },
            "public": true
        }
    ]
}