Fix web-getting-started example

This commit is contained in:
Oleksandr Karpovich
2021-05-28 10:26:00 +02:00
parent 92150195ea
commit 2418d20904

View File

@@ -1,11 +0,0 @@
@file:JsModule("react-youtube-lite")
@file:JsNonModule
import react.*
@JsName("ReactYouTubeLite")
external val reactPlayer: RClass<ReactYouTubeProps>
external interface ReactYouTubeProps : RProps {
var url: String
}