@scalar/api-client
Version:
the open source API testing client
16 lines • 807 B
TypeScript
import type { Collection, Server } from '@scalar/oas-utils/entities/spec';
type __VLS_Props = {
/** The collection */
collection: Collection;
/** The selected server */
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, {} & {
updateServer: (server: string) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onUpdateServer?: ((server: string) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=ServerSelector.vue.d.ts.map