add UIKitUtility#Link

This commit is contained in:
2022-03-02 17:59:52 +06:00
parent 556ab4e090
commit 0b11e2c1b9
2 changed files with 2 additions and 0 deletions

View File

@@ -111,4 +111,5 @@ sealed class UIKitUtility(classname: String) : UIKitModifier {
object Active : UIKitUtility("uk-active")
object Open : UIKitUtility("uk-open")
object Link : UIKitUtility("uk-link")
}