@scalar/api-client
Version:
the open source API testing client
16 lines • 793 B
TypeScript
import type { ClientPlugin } from '../../../v2/helpers/plugins.js';
import type { ClientLayout } from '../../../v2/types/layout';
/**
* Main entry point for the API client for electron and web.
*
* This component handles all events and store business logic for the application.
*/
declare const _default: import("vue").DefineComponent<{
layout: Exclude<ClientLayout, "modal">;
plugins?: ClientPlugin[];
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
layout: Exclude<ClientLayout, "modal">;
plugins?: ClientPlugin[];
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=App.vue.d.ts.map