Alias.Shadowtype box = Css_types.Shadow.box Css_types.Shadow.ttype text = Css_types.Shadow.text Css_types.Shadow.tval box :
?x:Css_types.Length.t ->
?y:Css_types.Length.t ->
?blur:Css_types.Length.t ->
?spread:Css_types.Length.t ->
?inset:bool ->
Css_types.Color.t ->
[ `inherit_
| `initial
| `none
| `revert
| `revertLayer
| `shadow of string
| `unset
| `var of string
| `varDefault of string * string ]val text :
?x:Css_types.Length.t ->
?y:Css_types.Length.t ->
?blur:Css_types.Length.t ->
Css_types.Color.t ->
[ `inherit_
| `initial
| `none
| `revert
| `revertLayer
| `shadow of string
| `unset
| `var of string
| `varDefault of string * string ]