package styled-ppx

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

styled-ppx-0.61.0.tbz
sha256=c6eba770e9e9bb9002bf3f759f99ebcec6d7b4132c6c2ad562886c88b6839bab
sha512=8a1776181f6ef292518a0b96b1fae7927cf5767dee75dc04bc05d99d297866e45a5943455bea9ce500a04a635bd179d2b2bec8bccebc55dc1e696a23b3efad69

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