mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-17 05:43:51 +00:00
7 lines
191 B
Kotlin
7 lines
191 B
Kotlin
|
package dev.inmo.jsuikit.modifiers
|
||
|
|
||
|
class UIKitCustom(
|
||
|
override val classes: Array<String> = emptyArray(),
|
||
|
override val otherAttrs: Map<String, String> = emptyMap()
|
||
|
) : UIKitModifier
|