package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type twoValue = [
  1. | `repeat
  2. | `space
  3. | `round
  4. | `noRepeat
]
type t = [
  1. | `repeatX
  2. | `repeatY
  3. | twoValue
]
type horizontal = twoValue
type vertical = twoValue
val toString : [< `noRepeat | `repeat | `repeatX | `repeatY | `round | `space ] -> string
OCaml

Innovation. Community. Security.