package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `value of string
]
val shorthand : ?duration: [< `calc of [< `add of [< `calc of 'b | `max of 'd Belt.Array.t | `min of 'd Belt.Array.t | `ms of Js.Int.t | `num of Js.Float.t | `s of Js.Int.t ] as 'c * 'c | `max of 'd Belt.Array.t | `min of 'd Belt.Array.t | `ms of Js.Int.t | `mult of 'c * 'c | `s of Js.Int.t | `sub of 'c * 'c ] as 'b | `max of 'd Belt.Array.t | `min of 'd Belt.Array.t | `ms of Js.Int.t | `s of Js.Int.t ms s ] as 'a -> ?delay: [< `calc of [< `add of [< `calc of 'f | `max of 'h Belt.Array.t | `min of 'h Belt.Array.t | `ms of Js.Int.t | `num of Js.Float.t | `s of Js.Int.t ] as 'g * 'g | `max of 'h Belt.Array.t | `min of 'h Belt.Array.t | `ms of Js.Int.t | `mult of 'g * 'g | `s of Js.Int.t | `sub of 'g * 'g ] as 'f | `max of 'h Belt.Array.t | `min of 'h Belt.Array.t | `ms of Js.Int.t | `s of Js.Int.t ms s ] as 'e -> ?timingFunction: [< `cubicBezier of Js.Float.t * Js.Float.t * Js.Float.t * Js.Float.t | `ease | `easeIn | `easeInOut | `easeOut | `jumpBoth | `jumpEnd | `jumpNone | `jumpStart | `linear | `stepEnd | `stepStart | `steps of Js.Int.t * [< `end_ | `start ] ease ] -> string -> [> `value of string ]
val toString : [< `value of 'a ] -> 'b
OCaml

Innovation. Community. Security.