docs: update form docs (#5485)

pull/62/head
Netfan 2025-02-06 09:45:28 +08:00 committed by GitHub
parent 061fcf926d
commit a9f9031f49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ export interface ActionButtonOptions {
/** 是否显示 */
show?: boolean;
/** 按钮文本 */
text?: string;
content?: string;
/** 任意属性 */
[key: string]: any;
}