package styled-ppx

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

Module Css_types.GridArea

type t = [
  1. | GridLine.t
  2. | Var.t
  3. | Cascading.t
]
val toString : [< `auto | `ident of string | `inherit_ | `initial | `num of int | `numIdent of int * string | `revert | `revertLayer | `span of [ `ident of string | `num of int | `numIdent of int * string ] | `unset | `var of string | `varDefault of string * string ] -> string