@scalar/api-client
Version:
the open source API testing client
21 lines • 929 B
TypeScript
import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments';
type __VLS_Props = {
query: string;
environment: XScalarEnvironment;
dropdownPosition?: {
left: number;
top: number;
};
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {
handleArrowKey: (direction: "up" | "down") => void;
handleSelect: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
select: (variable: string) => any;
redirect: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onSelect?: ((variable: string) => any) | undefined;
onRedirect?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=EnvironmentVariablesDropdown.vue.d.ts.map