You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/ui-backends.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ The three supported UI backends are:
12
12
13
13
`ugui` and `uitoolkit` can be used in runtime UI, whereas `editor` can be used to create editor UI such as windows and inspectors.
14
14
15
-
In the React project, `tsconfig.json` must contain the following `types` array in order to show correct component types. (Replace `ugui` with desired UI backend)
15
+
In the React project, `tsconfig.json` must contain the following config in order to show correct component types. (Replace `ugui` with desired UI backend)
0 commit comments