mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-05 07:53:57 +00:00
make Alert#attrs to be optional
This commit is contained in:
parent
01349d2fac
commit
53c728d7bc
@ -11,7 +11,7 @@ import org.w3c.dom.HTMLDivElement
|
|||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun Alert(
|
fun Alert(
|
||||||
attrs: Attrs<HTMLDivElement>,
|
attrs: Attrs<HTMLDivElement> = Attrs.empty(),
|
||||||
animation: UIKitAnimation? = UIKitAnimation.Fade,
|
animation: UIKitAnimation? = UIKitAnimation.Fade,
|
||||||
duration: Milliseconds? = null,
|
duration: Milliseconds? = null,
|
||||||
selClose: String? = null,
|
selClose: String? = null,
|
||||||
|
Loading…
Reference in New Issue
Block a user