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