UNPKG

pinus-http-plugin

Version:

11 lines (10 loc) 287 B
import { PinusHttp } from "./lib/components/http"; export declare class PinusHttpPlugin { name: string; components: (typeof PinusHttp)[]; } export declare function createPinusHttpPlugin(): any; export declare const PomeloExports: { components: string; events: string; };