package styled-ppx

  1. Overview
  2. Docs
Type-safe styled components for ReScript and Melange

Install

Dune Dependency

Authors

Maintainers

Sources

styled-ppx-0.59.1.tbz
sha256=8e9aabb5b5f98be5ecf8ba733a0111bcffd5fa2cba85181a58ba791f6d01d454
sha512=fcd0cd606a2630268e8cf38e36dedfdbb1fb6171160808b486d79200c0170460cf32900741eaa7b881ceea644b31ee1dc2a555ad208ccb9ad845c3d86b83085c

doc/styled-ppx.native/Declarations/SVG/index.html

Module Declarations.SVG

val fill : [< `colorMix of Css_types.Color.color_interpolation_method * (Css_types.Color.t * Css_types.Percentage.t option) * (Css_types.Color.t * Css_types.Percentage.t option) | `contextFill | `contextStroke | `currentColor | `hex of string | `hsl of Css_types.Color.hsl | `hsla of Css_types.Color.hsla | `inherit_ | `initial | `none | `revert | `revertLayer | `rgb of Css_types.Color.rgb | `rgba of Css_types.Color.rgba | `transparent | `unset | `url of string | `var of string | `varDefault of string * string ] -> Rule.rule
val fillOpacity : float -> Rule.rule
val fillRule : [< `evenodd | `nonzero ] -> Rule.rule
val strokeDasharray : [< `dasharray of [< `calc of Css_types.Length.calc_value | `ch of float | `cm of float | `cqb of float | `cqh of float | `cqi of float | `cqmax of float | `cqmin of float | `cqw of float | `em of float | `ex of float | `inch of float | `inherit_ | `initial | `max of Css_types.Length.t array | `min of Css_types.Length.t array | `mm of float | `pc of float | `percent of float | `pt of int | `px of int | `pxFloat of float | `rem of float | `revert | `revertLayer | `unset | `var of string | `varDefault of string * string | `vh of float | `vmax of float | `vmin of float | `vw of float | `zero ] array | `none ] -> Rule.rule
val strokeWidth : Css_types.Length.t -> Rule.rule
val strokeOpacity : [< `inherit_ | `initial | `num of float | `percent of float | `revert | `revertLayer | `unset | `var of string | `varDefault of string * string ] -> Rule.rule
val strokeMiterlimit : float -> Rule.rule
val strokeLinecap : [< `butt | `round | `square ] -> Rule.rule
val strokeLinejoin : [< `bevel | `miter | `round ] -> Rule.rule
val stopColor : Css_types.Color.t -> Rule.rule
val stopOpacity : float -> Rule.rule
OCaml

Innovation. Community. Security.