File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ local React = require("../../react")
66
77export type Props = {
88 hintKey : Enum .KeyCode ,
9- order : number ? ,
109 forceVisible : boolean ? ,
11-
10+ order : number ? ,
1211 children : any ? ,
1312}
1413
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ local React = require("../../react")
44
55export type Props = {
66 size : UDim2 ? ,
7-
87 children : any ? ,
98}
109
Original file line number Diff line number Diff line change @@ -7,17 +7,15 @@ local React = require("../../react")
77local ToolTip = require ("./ToolTip" )
88
99export type Props = {
10- toolName : string ? ,
1110 slotNumber : number ? ,
1211 toolImage : string ? ,
12+ toolName : string ? ,
1313 tooltipText : string ? ,
14-
15- forceVisible : boolean ? ,
1614 equipped : boolean ? ,
15+ forceVisible : boolean ? ,
1716 unlocked : boolean ? ,
1817 order : number ? ,
1918 onActivated : (() -> ())? ,
20-
2119 children : any ? ,
2220}
2321
You can’t perform that action at this time.
0 commit comments