package styled-ppx

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

Module Css_AtomicTypes.UserSelect

type t = [
  1. | `all
  2. | `auto
  3. | `contain
  4. | `none
  5. | `text
]
val toString : t -> string