UNPKG

sabium-framework

Version:

Sabium Framework Componentes

8 lines (7 loc) 201 B
import { IListview } from '../interfaces/IListview'; export declare class EstadosService { estado1: IListview; estado2: IListview; estado3: IListview; getUFs(): Promise<IListview[]>; }