UNPKG

ion-oui

Version:

The client library of oui builder for ionic

9 lines (8 loc) 184 B
declare class OHttp { post(url: string, body?: any, headers?: Headers): Promise<{ status: number; body: any; }>; } export declare const http: OHttp; export {};