UNPKG

@scalar/api-client

Version:

the open source API testing client

21 lines 934 B
import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; type __VLS_Props = { server: ServerObject | undefined; serverOption: { id: string; label: string; }; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:variable": (key: string, value: string) => any; "update:selectedServer": (payload: { id: string; }) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:variable"?: ((key: string, value: string) => any) | undefined; "onUpdate:selectedServer"?: ((payload: { id: string; }) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=ServerDropdownItem.vue.d.ts.map