1+ import { repoChangeEvent , repoIsValid } from './repo-add' ;
12export declare let Opts : ReturnType < typeof modmanager . registerAndGetModOptions < ReturnType < typeof registerOpts > > > ;
23export declare function registerOpts ( ) : {
34 readonly general : {
@@ -11,19 +12,6 @@ export declare function registerOpts(): {
1112 readonly type : "CHECKBOX" ;
1213 readonly init : true ;
1314 } ;
14- readonly repositoriesButton : {
15- readonly type : "BUTTON" ;
16- readonly onPress : ( this : import ( "./mod-options" ) . GuiOption ) => void ;
17- } ;
18- readonly resetRepositoriesButton : {
19- readonly type : "BUTTON" ;
20- readonly onPress : ( this : import ( "./mod-options" ) . GuiOption ) => void ;
21- } ;
22- readonly repositories : {
23- readonly type : "JSON_DATA" ;
24- readonly init : string [ ] ;
25- readonly changeEvent : ( this : import ( "./mod-options" ) . GuiOption ) => void ;
26- } ;
2715 readonly testingOptInMods : {
2816 readonly type : "JSON_DATA" ;
2917 readonly init : string [ ] ;
@@ -76,4 +64,65 @@ export declare function registerOpts(): {
7664 } ;
7765 } ;
7866 } ;
67+ readonly repositories : {
68+ readonly settings : {
69+ readonly tabIcon : "interface" ;
70+ readonly title : "Repositories" ;
71+ } ;
72+ readonly headers : {
73+ readonly repositories : {
74+ readonly inputFieldRepo0 : {
75+ type : "INPUT_FIELD" ;
76+ init : string ;
77+ changeEvent : typeof repoChangeEvent ;
78+ isValid : typeof repoIsValid ;
79+ } ;
80+ readonly inputFieldRepo1 : {
81+ type : "INPUT_FIELD" ;
82+ init : string ;
83+ changeEvent : typeof repoChangeEvent ;
84+ isValid : typeof repoIsValid ;
85+ } ;
86+ readonly inputFieldRepo2 : {
87+ type : "INPUT_FIELD" ;
88+ init : string ;
89+ changeEvent : typeof repoChangeEvent ;
90+ isValid : typeof repoIsValid ;
91+ } ;
92+ readonly inputFieldRepo3 : {
93+ type : "INPUT_FIELD" ;
94+ init : string ;
95+ changeEvent : typeof repoChangeEvent ;
96+ isValid : typeof repoIsValid ;
97+ } ;
98+ readonly inputFieldRepo4 : {
99+ type : "INPUT_FIELD" ;
100+ init : string ;
101+ changeEvent : typeof repoChangeEvent ;
102+ isValid : typeof repoIsValid ;
103+ } ;
104+ readonly inputFieldRepo5 : {
105+ type : "INPUT_FIELD" ;
106+ init : string ;
107+ changeEvent : typeof repoChangeEvent ;
108+ isValid : typeof repoIsValid ;
109+ } ;
110+ readonly inputFieldRepo6 : {
111+ type : "INPUT_FIELD" ;
112+ init : string ;
113+ changeEvent : typeof repoChangeEvent ;
114+ isValid : typeof repoIsValid ;
115+ } ;
116+ readonly resetRepositoriesButton : {
117+ readonly type : "BUTTON" ;
118+ readonly onPress : ( this : import ( "./mod-options" ) . GuiOption ) => void ;
119+ } ;
120+ readonly repositories : {
121+ readonly type : "JSON_DATA" ;
122+ readonly init : string [ ] ;
123+ readonly changeEvent : ( this : import ( "./mod-options" ) . GuiOption ) => void ;
124+ } ;
125+ } ;
126+ } ;
127+ } ;
79128} ;
0 commit comments