@scalar/api-client
Version:
the open source API testing client
12 lines • 549 B
TypeScript
import { type Router } from 'vue-router';
import { type ApiClient, type CreateApiClientParams } from '../../libs/index.js';
/**
* Initialize Scalar API Client Modal Sync
*
* This sync method does not include the spec, just sets up an empty workspace
*/
export declare const createApiClientModal: ({ el, configuration, mountOnInitialize, store, }: Partial<Pick<CreateApiClientParams, "el" | "configuration" | "mountOnInitialize" | "store">>) => {
client: ApiClient;
router: Router;
};
//# sourceMappingURL=create-api-client-modal.d.ts.map