Skip to content

Commit 1a5b948

Browse files
committed
List element added
1 parent 0202582 commit 1a5b948

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: "kotlin2js"
22
apply plugin: "com.moowork.node"
33

4-
version '0.0.2-SNAPSHOT'
4+
version '0.0.4-SNAPSHOT'
55

66
buildscript {
77

src/main/kotlin/com/github/underlow/semantic/elements/list/ListList.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ import react.RProps
88
import react.ReactElement
99

1010
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-
1711
var `as`: Any?
1812
var children: ReactElement?
1913
var className: String?

0 commit comments

Comments
 (0)