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
const StringSelect =Selectas { new (props:SelectProps<string>):GenericList<string> };
113
+
```
114
+
103
115
## Non React JSX
104
116
TypeScript provides you with the ability to use something other than React with JSX in a type safe manner. The following lists the customizability points, but note that this is for advanced UI framework authors:
0 commit comments