@@ -60,92 +60,92 @@ declare namespace svelteNodeGUI.JSX {
6060 interface IntrinsicElements {
6161 [ name : string ] : { [ name : string ] : any } ;
6262 image : SvelteNodeGUIProps <
63- import ( "./dom/react-nodegui/src/components/Image/RNImage " ) . ImageProps ,
64- import ( "./dom/react-nodegui/src/components/Image/RNImage " ) . RNImage
63+ import ( "./dom/react-nodegui/src" ) . ImageProps ,
64+ import ( "./dom/react-nodegui/src" ) . RNImage
6565 > ;
6666 animatedImage : SvelteNodeGUIProps <
67- import ( "./dom/react-nodegui/src/components/AnimatedImage/RNAnimatedImage " ) . AnimatedImageProps ,
68- import ( "./dom/react-nodegui/src/components/AnimatedImage/RNAnimatedImage " ) . RNAnimatedImage
67+ import ( "./dom/react-nodegui/src" ) . AnimatedImageProps ,
68+ import ( "./dom/react-nodegui/src" ) . RNAnimatedImage
6969 > ;
7070 view : SvelteNodeGUIProps <
71- import ( "./dom/react-nodegui/src/components/View/RNView " ) . ViewProps < any > ,
72- import ( "./dom/react-nodegui/src/components/View/RNView " ) . RNView
71+ import ( "./dom/react-nodegui/src" ) . ViewProps < any > ,
72+ import ( "./dom/react-nodegui/src" ) . RNView
7373 > ;
7474 checkBox : SvelteNodeGUIProps <
75- import ( "./dom/react-nodegui/src/components/CheckBox/RNCheckBox " ) . CheckBoxProps ,
76- import ( "./dom/react-nodegui/src/components/CheckBox/RNCheckBox " ) . RNCheckBox
75+ import ( "./dom/react-nodegui/src" ) . CheckBoxProps ,
76+ import ( "./dom/react-nodegui/src" ) . RNCheckBox
7777 > ;
7878 text : SvelteNodeGUIProps <
79- import ( "./dom/react-nodegui/src/components/Text/RNText " ) . TextProps ,
80- import ( "./dom/react-nodegui/src/components/Text/RNText " ) . RNText
79+ import ( "./dom/react-nodegui/src" ) . TextProps ,
80+ import ( "./dom/react-nodegui/src" ) . RNText
8181 > ;
8282 dial : SvelteNodeGUIProps <
83- import ( "./dom/react-nodegui/src/components/Dial/RNDial " ) . DialProps ,
84- import ( "./dom/react-nodegui/src/components/Dial/RNDial " ) . RNDial
83+ import ( "./dom/react-nodegui/src" ) . DialProps ,
84+ import ( "./dom/react-nodegui/src" ) . RNDial
8585 > ;
8686 lineEdit : SvelteNodeGUIProps <
87- import ( "./dom/react-nodegui/src/components/LineEdit/RNLineEdit " ) . LineEditProps ,
88- import ( "./dom/react-nodegui/src/components/LineEdit/RNLineEdit " ) . RNLineEdit
87+ import ( "./dom/react-nodegui/src" ) . LineEditProps ,
88+ import ( "./dom/react-nodegui/src" ) . RNLineEdit
8989 > ;
9090 window : SvelteNodeGUIProps <
91- import ( "./dom/react-nodegui/src/components/Window/RNWindow " ) . WindowProps ,
92- import ( "./dom/react-nodegui/src/components/Window/RNWindow " ) . RNWindow
91+ import ( "./dom/react-nodegui/src" ) . WindowProps ,
92+ import ( "./dom/react-nodegui/src" ) . RNWindow
9393 > ;
9494 progressBar : SvelteNodeGUIProps <
95- import ( "./dom/react-nodegui/src/components/ProgressBar/RNProgressBar " ) . ProgressBarProps ,
96- import ( "./dom/react-nodegui/src/components/ProgressBar/RNProgressBar " ) . RNProgressBar
95+ import ( "./dom/react-nodegui/src" ) . ProgressBarProps ,
96+ import ( "./dom/react-nodegui/src" ) . RNProgressBar
9797 > ;
9898 comboBox : SvelteNodeGUIProps <
99- import ( "./dom/react-nodegui/src/components/ComboBox/RNComboBox " ) . ComboBoxProps ,
100- import ( "./dom/react-nodegui/src/components/ComboBox/RNComboBox " ) . RNComboBox
99+ import ( "./dom/react-nodegui/src" ) . ComboBoxProps ,
100+ import ( "./dom/react-nodegui/src" ) . RNComboBox
101101 > ;
102102 button : SvelteNodeGUIProps <
103- import ( "./dom/react-nodegui/src/components/Button/RNButton " ) . ButtonProps ,
104- import ( "./dom/react-nodegui/src/components/Button/RNButton " ) . RNButton
103+ import ( "./dom/react-nodegui/src" ) . ButtonProps ,
104+ import ( "./dom/react-nodegui/src" ) . RNButton
105105 > ;
106106 spinBox : SvelteNodeGUIProps <
107- import ( "./dom/react-nodegui/src/components/SpinBox/RNSpinBox " ) . SpinBoxProps ,
108- import ( "./dom/react-nodegui/src/components/SpinBox/RNSpinBox " ) . RNSpinBox
107+ import ( "./dom/react-nodegui/src" ) . SpinBoxProps ,
108+ import ( "./dom/react-nodegui/src" ) . RNSpinBox
109109 > ;
110110 radioButton : SvelteNodeGUIProps <
111- import ( "./dom/react-nodegui/src/components/RadioButton/RNRadioButton " ) . RadioButtonProps ,
112- import ( "./dom/react-nodegui/src/components/RadioButton/RNRadioButton " ) . RNRadioButton
111+ import ( "./dom/react-nodegui/src" ) . RadioButtonProps ,
112+ import ( "./dom/react-nodegui/src" ) . RNRadioButton
113113 > ;
114114 tab : SvelteNodeGUIProps <
115- import ( "./dom/react-nodegui/src/components/Tab/RNTab " ) . TabProps ,
116- import ( "./dom/react-nodegui/src/components/Tab/RNTab " ) . RNTab
115+ import ( "./dom/react-nodegui/src" ) . TabProps ,
116+ import ( "./dom/react-nodegui/src" ) . RNTab
117117 > ;
118118 menu : SvelteNodeGUIProps <
119- import ( "./dom/react-nodegui/src/components/Menu/RNMenu " ) . MenuProps ,
120- import ( "./dom/react-nodegui/src/components/Menu/RNMenu " ) . RNMenu
119+ import ( "./dom/react-nodegui/src" ) . MenuProps ,
120+ import ( "./dom/react-nodegui/src" ) . RNMenu
121121 > ;
122122 menuBar : SvelteNodeGUIProps <
123- import ( "./dom/react-nodegui/src/components/MenuBar/RNMenuBar " ) . MenuBarProps ,
124- import ( "./dom/react-nodegui/src/components/MenuBar/RNMenuBar " ) . RNMenuBar
123+ import ( "./dom/react-nodegui/src" ) . MenuBarProps ,
124+ import ( "./dom/react-nodegui/src" ) . RNMenuBar
125125 > ;
126126 plainTextEdit : SvelteNodeGUIProps <
127- import ( "./dom/react-nodegui/src/components/PlainTextEdit/RNPlainTextEdit " ) . PlainTextEditProps ,
128- import ( "./dom/react-nodegui/src/components/PlainTextEdit/RNPlainTextEdit " ) . RNPlainTextEdit
127+ import ( "./dom/react-nodegui/src" ) . PlainTextEditProps ,
128+ import ( "./dom/react-nodegui/src" ) . RNPlainTextEdit
129129 > ;
130130 slider : SvelteNodeGUIProps <
131- import ( "./dom/react-nodegui/src/components/Slider/RNSlider " ) . SliderProps ,
132- import ( "./dom/react-nodegui/src/components/Slider/RNSlider " ) . RNSlider
131+ import ( "./dom/react-nodegui/src" ) . SliderProps ,
132+ import ( "./dom/react-nodegui/src" ) . RNSlider
133133 > ;
134134 systemTrayIcon : SvelteNodeGUIProps <
135- import ( "./dom/react-nodegui/src/components/SystemTrayIcon/RNSystemTrayIcon " ) . SystemTrayIconProps ,
136- import ( "./dom/react-nodegui/src/components/SystemTrayIcon/RNSystemTrayIcon " ) . RNSystemTrayIcon
135+ import ( "./dom/react-nodegui/src" ) . SystemTrayIconProps ,
136+ import ( "./dom/react-nodegui/src" ) . RNSystemTrayIcon
137137 > ;
138138 action : SvelteNodeGUIProps <
139- import ( "./dom/react-nodegui/src/components/Action/RNAction " ) . ActionProps ,
140- import ( "./dom/react-nodegui/src/components/Action/RNAction " ) . RNAction
139+ import ( "./dom/react-nodegui/src" ) . ActionProps ,
140+ import ( "./dom/react-nodegui/src" ) . RNAction
141141 > ;
142142 boxView : SvelteNodeGUIProps <
143- import ( "./dom/react-nodegui/src/components/BoxView/RNBoxView " ) . BoxViewProps ,
144- import ( "./dom/react-nodegui/src/components/BoxView/RNBoxView " ) . RNBoxView
143+ import ( "./dom/react-nodegui/src" ) . BoxViewProps ,
144+ import ( "./dom/react-nodegui/src" ) . RNBoxView
145145 > ;
146146 gridView : SvelteNodeGUIProps <
147- import ( "./dom/react-nodegui/src/components/GridView/RNGridView " ) . GridViewProps ,
148- import ( "./dom/react-nodegui/src/components/GridView/RNGridView " ) . RNGridView
147+ import ( "./dom/react-nodegui/src" ) . GridViewProps ,
148+ import ( "./dom/react-nodegui/src" ) . RNGridView
149149 > ;
150150 }
151151}
0 commit comments