Type alias FieldComponent

FieldComponent: DescribeLayoutComponent & {
    field: Field;
}

Type declaration