{
    "api": [{
        "title": "按钮的属性说明如下：",
        "data": {
            "header": [{
                    "name": "参数",
                    "key": "param"
                },
                {
                    "name": "说明",
                    "key": "intro"
                },
                {
                    "name": "类型",
                    "key": "type"
                },
                {
                    "name": "默认值",
                    "key": "defaultValue"
                }
            ],
            "list": [{
                    "param": "nzType",
                    "intro": "设置按钮类型，可选值为 primary dashed danger default",
                    "type": "String",
                    "defaultValue": "-"
                },
                {
                    "param": "nzShape",
                    "intro": "设置按钮形状，可选值为 circle 或者不设",
                    "type": "String",
                    "defaultValue": "-"
                },
                {
                    "param": "nzSize",
                    "intro": "设置按钮大小，可选值为 small large 或者不设",
                    "type": "String",
                    "defaultValue": "default"
                },
                {
                    "param": "nzGhost",
                    "intro": "设置幽灵按钮",
                    "type": "Boolean",
                    "defaultValue": "false"
                },
                {
                    "param": "nzLoading",
                    "intro": "设置按钮载入状态",
                    "type": "Boolean",
                    "defaultValue": "false"
                }
            ]
        }

    }]
}