We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bc130 commit 1f98ce6Copy full SHA for 1f98ce6
src/wasmJsMain/kotlin/timeZoneWidget.kt
@@ -5,6 +5,7 @@ import kotlinx.dom.appendText
5
import org.w3c.dom.Element
6
import org.w3c.dom.HTMLInputElement
7
8
+@kotlin.contracts.ExperimentalContracts
9
fun Element.addTimeZoneWidget() {
10
appendElement("div") {
11
appendText("Time in ")
0 commit comments