APIDemo

Custom fields

It's possible to create custom views. All it takes is a configuration function and a view.


TODO

Types

export namespace Field {
export function withView<V, M, Q, F extends Field<V, M, Q, F>, C extends {}>(
create: C,
view: FieldRenderer<V, M, F>
): C
}
Value