@scalar/api-client
Version:
the open source API testing client
12 lines • 738 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 __VLS_export: 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>;
declare const _default: typeof __VLS_export;
export default _default;
//# sourceMappingURL=ServerDropdown.vue.d.ts.map