Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Xhtml_types.FORMS

module FORMS : sig..end

type t = [ `Option ]
type form = [ `Form ]
type formctrl_sans_label = [ `Button | `Input | `Select | `Textarea ]
type formctrl = [ `Button | `Input | `Label | `Select | `Textarea ]
type block = form
type inline_sans_label = formctrl_sans_label
type inline = formctrl
type flow_sans_label = [ `Button | `Form | `Input | `Select | `Textarea ]
type flow = [ `Button | `Form | `Input | `Label | `Select | `Textarea ]