!371 update src/types/descriptions.d.ts.

Merge pull request !371 from AKING/N/A
This commit is contained in:
芋道源码 2024-02-17 02:19:54 +00:00 committed by Gitee
commit 6fd8856735
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,6 +2,7 @@ export interface DescriptionsSchema {
span?: number // 占多少分
field: string // 字段名
label?: string // label名
mappedField?: string // 字段映射
width?: string | number
minWidth?: string | number
align?: 'left' | 'center' | 'right'