@scalar/api-client
Version:
the open source API testing client
11 lines • 689 B
TypeScript
import type { Collection, Request as Operation, Server } from '@scalar/oas-utils/entities/spec';
type __VLS_Props = {
collection: Collection;
operation?: Operation;
server: Server | undefined;
/** The id of the target to use for the popover (e.g. address bar) */
target: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=ServerDropdown.vue.d.ts.map