mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Fix web-getting-started example
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user