package styled-ppx

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

Module Css_AtomicTypes.Percentage

type t = [
  1. | `percent of float
]
val pct : 'a -> [> `percent of 'a ]
val toString : t -> string