UNPKG

@stratio/egeo

Version:

Stratio egeo library of components in Angular 2

10 lines (9 loc) 238 B
import { TranslateableElement } from '../utils/egeo-resolver/egeo-resolve-model'; export interface StTab { label: string; active?: boolean; } export interface StTabSchema { label: TranslateableElement; active?: boolean; }