Skip to content

Commit c9d2fe0

Browse files
committed
React Legacy. Component
1 parent 2a17382 commit c9d2fe0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package react
22

3-
sealed external interface ComponentType<in P : Props> :
3+
/* sealed */
4+
external interface ComponentType<in P : Props> :
45
ElementType<P>

0 commit comments

Comments
 (0)