diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 41048e67ac..ebf51e38e5 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -16338,7 +16338,7 @@ "optional": true, "readonly": false, "type": "ReactNode | Function", - "default": "", + "default": "No results found", "description": "Text to display when there is no data." }, { @@ -51554,8 +51554,8 @@ "name": "emptyMessage", "optional": true, "readonly": false, - "type": "string", - "default": "No records found", + "type": "ReactNode | Function", + "default": "No results found", "description": "Text to display when there is no data." }, {