@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
11 lines • 763 B
TypeScript
import type { ApiReferenceConfiguration } from '@scalar/types/api-reference';
import { type WorkspaceEventBus } from '@scalar/workspace-store/events';
type __VLS_Props = {
/** The document download type. */
documentDownloadType: ApiReferenceConfiguration['documentDownloadType'];
/** The event bus for the handling all events. */
eventBus: WorkspaceEventBus;
};
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=DownloadLink.vue.d.ts.map