mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-16 21:33:50 +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
|