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 0202582 commit 1a5b948Copy full SHA for 1a5b948
build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: "kotlin2js"
2
apply plugin: "com.moowork.node"
3
4
-version '0.0.2-SNAPSHOT'
+version '0.0.4-SNAPSHOT'
5
6
buildscript {
7
src/main/kotlin/com/github/underlow/semantic/elements/list/ListList.kt
@@ -8,12 +8,6 @@ import react.RProps
8
import react.ReactElement
9
10
external interface ListListProps : RProps {
11
- @nativeGetter
12
- operator fun get(key: String): Any?
13
-
14
- @nativeSetter
15
- operator fun set(key: String, value: Any)
16
17
var `as`: Any?
18
var children: ReactElement?
19
var className: String?
0 commit comments