!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

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'