UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

8 lines (7 loc) 182 B
import { HttpService } from './http_service'; /** * @class ViewController */ export declare class ViewController extends HttpService { view(name: string, data?: Dict): void; }