From a7699ea66d62b085eeeb2a079a914694c63f850a Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Fri, 20 May 2016 12:55:52 +0300 Subject: [PATCH] zIndex added --- ui/styling/styling.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/styling/styling.d.ts b/ui/styling/styling.d.ts index 280111f2f..0bf3ebb67 100644 --- a/ui/styling/styling.d.ts +++ b/ui/styling/styling.d.ts @@ -92,6 +92,11 @@ * Gets or sets font-size style property. */ fontSize: number; + + /** + * Gets or sets z-index style property. + */ + zIndex: number; /** * Gets or sets font-family style property.