UNPKG

@stratio/egeo

Version:

Stratio egeo library of components in Angular 2

10 lines (9 loc) 256 B
import { TranslateableElement } from '../utils/egeo-resolver/egeo-resolve-model'; export interface StRadioMenuOption { label: string; value: string; } export interface StRadioMenuOptionSchema { label: TranslateableElement; value: string; }