module ImgSize:sig..end
type t =
| |
Default |
|||
| |
Huge |
(* |
huge
| *) |
| |
Icon |
(* |
icon
| *) |
| |
Large |
(* |
large
| *) |
| |
Medium |
(* |
medium
| *) |
| |
Small |
(* |
small
| *) |
| |
Xlarge |
(* |
xlarge
| *) |
| |
Xxlarge |
(* |
xxlarge
| *) |
val to_string : t -> string
val of_string : string -> t