@scalar/api-client
Version:
the open source API testing client
13 lines • 665 B
TypeScript
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">;
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
layout: Exclude<ClientLayout, "modal">;
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=App.vue.d.ts.map