package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Css_AtomicTypes.Direction

type t = [
  1. | `ltr
  2. | `rtl
]
val ltr : [> `ltr ]
val rtl : [> `rtl ]
val toString : t -> string