mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-04 23:43:58 +00:00
add Icon#Custom
This commit is contained in:
parent
814045a43f
commit
65703d1c22
@ -2,6 +2,8 @@
|
||||
|
||||
## 0.0.13
|
||||
|
||||
* Add `Icon#Custom`
|
||||
|
||||
## 0.0.12
|
||||
|
||||
* Add `rowAttributes` to table fun
|
||||
|
@ -226,6 +226,8 @@ sealed class Icon(val name: String) {
|
||||
}
|
||||
}
|
||||
|
||||
class Custom(name: String) : Icon(name)
|
||||
|
||||
@Composable
|
||||
fun drawAsButton(
|
||||
vararg modifiers: UIKitModifier,
|
||||
|
Loading…
Reference in New Issue
Block a user