UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

9 lines 596 B
import type { UpdateScheme } from '@scalar/api-client/store'; import type { Oauth2Flow } from '@scalar/oas-utils/entities/spec'; type __VLS_Props = { flow: Oauth2Flow; updateScheme: UpdateScheme; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=OAuthScopesInput.vue.d.ts.map