{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "properties": {
            "title": {
                "type": "string",
                "default": "日期",
                "title": "标题"
            },
            "start": {
                "type": "string",
                "default": "2020-1-1",
                "title": "起始时间"
            },
            "end": {
                "type": "string",
                "default": "2030-12-31",
                "title": "结束时间"
            },
            "defaultValue": {
                "type": "string",
                "default": "",
                "title": "初始值"
            }
        }
    },
    "meta": {
        "title": "日期选择器",
        "description": "日期选择器",
        "category": "交互"
    },
    "isContainer": true
}
