mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-23 02:28:47 +00:00
add UIKitCustom
This commit is contained in:
parent
366971bcf5
commit
7b06e0ecb1
@ -5,6 +5,7 @@
|
||||
* Reorder arguments in `DefaultComment` fun
|
||||
* Add `Vertical` and `Horizontal` members in margins
|
||||
* Add `afterHeaderBuilder` and `beforeFooterBuilder` properties in `Dialog` fun
|
||||
* Add `UIKitCustom` to be able for simple creating of custom modifiers
|
||||
|
||||
## 0.0.35
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
package dev.inmo.jsuikit.modifiers
|
||||
|
||||
class UIKitCustom(
|
||||
override val classes: Array<String> = emptyArray(),
|
||||
override val otherAttrs: Map<String, String> = emptyMap()
|
||||
) : UIKitModifier
|
Loading…
Reference in New Issue
Block a user