types.ts 124 B

12345
  1. export interface SchemaConfig {
  2. field: string // 字段名
  3. label?: string // label名
  4. span?: number // 列的数量
  5. }