fix: 修复注解错误 (#6763)

pull/216/MERGE
Cup_Of_Bread 2025-09-23 23:49:25 +08:00 committed by GitHub
parent 26f8d2aa30
commit 81bb7456f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -279,7 +279,8 @@ export interface FormRenderProps<
*/ */
arrayToStringFields?: ArrayToStringFields; arrayToStringFields?: ArrayToStringFields;
/** /**
* showCollapseButton=true * showCollapseButton=true
* true: false:
*/ */
collapsed?: boolean; collapsed?: boolean;
/** /**