All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.uikit.components.Margin.kt Maven / Gradle / Ivy

There is a newer version: 3.13.7-pre.21
Show newest version
package uikit.components

import uikit.Component

external interface MarginComponent : Component

external interface MarginOptions {
    var margin: String?
    var firstColumn: String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy