UNPKG

@scalar/api-client

Version:

the open source API testing client

18 lines 867 B
import type { Collection, Request as Operation, Server } from '@scalar/oas-utils/entities/spec'; type __VLS_Props = { collection: Collection; operation: Operation | undefined; server: Server | undefined; serverOption: { id: Server['uid']; label: string; }; type: 'collection' | 'request'; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:variable": (key: string, value: string) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:variable"?: ((key: string, value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=ServerDropdownItem.vue.d.ts.map