@neovici/cosmoz-tabs
Advanced tools
Comparing version 8.7.0 to 8.7.1
{ | ||
"name": "@neovici/cosmoz-tabs", | ||
"version": "8.7.0", | ||
"version": "8.7.1", | ||
"description": "A multi views container element that allow navigation between the views using tabs or an accordion.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
export interface Tab { | ||
name: string; | ||
hidden?: boolean; | ||
disable?: boolean; | ||
disabled?: boolean; | ||
fallback?: boolean; | ||
@@ -6,0 +6,0 @@ } |
37868