add support of notifications

This commit is contained in:
2022-02-28 23:55:09 +06:00
parent 7c33efa121
commit 2e28334b41
6 changed files with 115 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
package dev.inmo.jsuikit.modifiers
inline val UIKit
get() = js("UIkit")
import dev.inmo.jsuikit.types.UIKit
inline val UIKit: UIKit
get() = js("UIkit").unsafeCast<UIKit>()