
# Module `Eliom_form_sigs`

```ocaml
type button_type = [ 
  | `Button
  | `Reset
  | `Submit
 ]
```
```ocaml
module type LINKS = sig ... end
```
```ocaml
module type S = sig ... end
```