diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.core/-css-size.html')
-rw-r--r-- | api1/pl.treksoft.kvision.core/-css-size.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.core/-css-size.html b/api1/pl.treksoft.kvision.core/-css-size.html new file mode 100644 index 00000000..1ac7e56f --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-css-size.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>CssSize - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="index.html">pl.treksoft.kvision.core</a> / <a href="./-css-size.html">CssSize</a><br/> +<br/> +<h1>CssSize</h1> +<code><span class="keyword">typealias </span><span class="identifier">CssSize</span> <span class="symbol">=</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">,</span> <a href="-u-n-i-t/index.html"><span class="identifier">UNIT</span></a><span class="symbol">></span></code> +<p>This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.).</p> +</BODY> +</HTML> |