UNPKG

@stratio/egeo

Version:

Stratio egeo library of components in Angular 2

11 lines (10 loc) 244 B
import { OnInit } from '@angular/core'; export declare class StInfoBoxComponent implements OnInit { icon: string; title: string; width: number; height: number; constructor(); ngOnInit(): void; getStyles(): Object; }