File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
kotlin-react-core/src/jsMain/kotlin/react Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
package react
4
4
5
- // Fragment (16+)
5
+ /* *
6
+ * [Online Documentation](https://react.dev/reference/react/Fragment)
7
+ */
6
8
external val Fragment : ExoticComponent <PropsWithChildren >
Original file line number Diff line number Diff line change @@ -7,4 +7,7 @@ external interface ProfilerProps : PropsWithChildren {
7
7
var onRender: ProfilerOnRenderCallback
8
8
}
9
9
10
+ /* *
11
+ * [Online Documentation](https://react.dev/reference/react/Profiler)
12
+ */
10
13
external val Profiler : ExoticComponent <ProfilerProps >
Original file line number Diff line number Diff line change 2
2
3
3
package react
4
4
5
- // StrictMode (16.3+)
5
+ /* *
6
+ * [Online Documentation](https://react.dev/reference/react/StrictMode)
7
+ */
6
8
external val StrictMode : ExoticComponent <PropsWithChildren >
Original file line number Diff line number Diff line change @@ -6,4 +6,7 @@ external interface SuspenseProps : PropsWithChildren {
6
6
var fallback: ReactNode ?
7
7
}
8
8
9
+ /* *
10
+ * [Online Documentation](https://react.dev/reference/react/Suspense)
11
+ */
9
12
external val Suspense : ExoticComponent <SuspenseProps >
You can’t perform that action at this time.
0 commit comments