styled-ppx.emotion_native
Css.Stylesheet
styled-ppx.css
styled-ppx.css-parser
styled-ppx.css-spec-parser
styled-ppx.css_native
styled-ppx.emotion
styled-ppx.murmur2
styled-ppx.reason-css-parser
styled-ppx.string-interpolation
styled_ppx
module Hashes : sig ... end
type 'a t = {
mutable rules : (string * declarations) list;
mutable hashes : Hashes.t;
}
val make : unit -> 'a t
val push : 'a t -> (Hashes.elt * declarations) -> unit
val get_all : 'a t -> (string * declarations) list
val flush : 'a t -> unit