We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fa888 commit cce0466Copy full SHA for cce0466
_templates/Box/new/new.ejs.t
@@ -232,7 +232,6 @@ external make: (
232
@as("_placeholder") ~_placeholder: Pseudo.t=?,
233
@as("_fullScreen") ~_fullScreen: Pseudo.t=?,
234
@as("_selection") ~_selection: Pseudo.t=?,
235
-
236
/**
237
TODO
238
Other Props
@@ -608,10 +607,6 @@ let makeProps = (
608
607
**/
609
~textShadow=?,
610
~boxShadow=?,
611
- /**
612
- TODO
613
- Pseudo
614
- **/
615
616
617
@@ -793,10 +788,6 @@ let makeProps = (
793
788
794
789
~textShadow=?textShadow->TextShadow.fromOption,
795
790
~boxShadow=?boxShadow->BoxShadow.fromOption,
796
797
798
799
800
791
801
792
802
0 commit comments