File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ const manageSeparators: ManageSeparators = {
69
69
}
70
70
}
71
71
return manageSeparators . nextTopSeparatorId ;
72
+
72
73
} ,
73
74
74
75
// this function replaces separators onto which an element is dropped with the element itself
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export interface Component {
46
46
useStateCodes : string [ ] ;
47
47
useContext ?: object ;
48
48
passedInProps : StateProp [ ] ;
49
+ stateUsed ?: object ;
49
50
}
50
51
export interface StateProp {
51
52
id : string ;
@@ -106,7 +107,7 @@ export interface AddRoutes {
106
107
}
107
108
108
109
export interface ManageSeparators {
109
- mergeSeparator : ( arg1 :[ ] , arg2 :number ) => void ;
110
- handleSeparators : ( arg1 : [ ] , arg2 ?: string ) => void ;
110
+ mergeSeparator : ( arg1 :[ ] , arg2 :number ) => void ; // fix the void
111
+ handleSeparators : ( arg1 : [ ] , arg2 ?: string ) => void ; // fix the void
111
112
nextTopSeparatorId : number
112
113
}
You can’t perform that action at this time.
0 commit comments