@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
30 lines • 1.41 kB
TypeScript
import type { Heading } from '@scalar/types/legacy';
import type { WorkspaceEventBus } from '@scalar/workspace-store/events';
import type { ExternalDocumentationObject, InfoObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
type __VLS_Props = {
id: string | undefined;
oasVersion: string | undefined;
info: InfoObject | undefined;
externalDocs?: ExternalDocumentationObject;
documentExtensions?: Record<string, unknown>;
infoExtensions?: Record<string, unknown>;
headingSlugGenerator: (heading: Heading) => string;
eventBus: WorkspaceEventBus | null;
};
declare var __VLS_43: {}, __VLS_52: {}, __VLS_62: {};
type __VLS_Slots = {} & {
'download-link'?: (props: typeof __VLS_43) => any;
} & {
aside?: (props: typeof __VLS_52) => any;
} & {
after?: (props: typeof __VLS_62) => any;
};
declare const __VLS_component: 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>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=IntroductionLayout.vue.d.ts.map