Skip to content

Commit cce0466

Browse files
committed
chore(generator): update for pseudo props
1 parent 16fa888 commit cce0466

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

_templates/Box/new/new.ejs.t

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ external make: (
232232
@as("_placeholder") ~_placeholder: Pseudo.t=?,
233233
@as("_fullScreen") ~_fullScreen: Pseudo.t=?,
234234
@as("_selection") ~_selection: Pseudo.t=?,
235-
236235
/**
237236
TODO
238237
Other Props
@@ -608,10 +607,6 @@ let makeProps = (
608607
**/
609608
~textShadow=?,
610609
~boxShadow=?,
611-
/**
612-
TODO
613-
Pseudo
614-
**/
615610
/**
616611
TODO
617612
Other Props
@@ -793,10 +788,6 @@ let makeProps = (
793788
**/
794789
~textShadow=?textShadow->TextShadow.fromOption,
795790
~boxShadow=?boxShadow->BoxShadow.fromOption,
796-
/**
797-
TODO
798-
Pseudo
799-
**/
800791
/**
801792
TODO
802793
Other Props

0 commit comments

Comments
 (0)