UNPKG

@scalar/api-client

Version:

the open source API testing client

16 lines 861 B
import type { Environment } from '@scalar/oas-utils/entities/environment'; import type { Workspace } from '@scalar/oas-utils/entities/workspace'; import type { EnvVariable } from '../../../store/active-entities.js'; type __VLS_Props = { modelValue: string; environment: Environment; envVariables: EnvVariable[]; workspace: Workspace; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:modelValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=MarkdownInput.vue.d.ts.map