@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
41 lines • 1.79 kB
TypeScript
import type { ApiReferenceConfiguration } from '@scalar/types';
import type { WorkspaceStore } from '@scalar/workspace-store/client';
type __VLS_Props = {
contentId: string;
store: WorkspaceStore;
options: {
isLoading: boolean | undefined;
slug: string | undefined;
hiddenClients: ApiReferenceConfiguration['hiddenClients'];
layout: 'modern' | 'classic';
onLoaded: (() => void) | undefined;
persistAuth: boolean;
showOperationId?: boolean | undefined;
hideTestRequestButton: boolean | undefined;
expandAllResponses?: boolean;
hideModels: boolean | undefined;
expandAllModelSections: boolean | undefined;
orderRequiredPropertiesFirst: boolean | undefined;
orderSchemaPropertiesBy: 'alpha' | 'preserve' | undefined;
documentDownloadType: ApiReferenceConfiguration['documentDownloadType'];
url: string | undefined;
onShowMore: ((id: string) => void) | undefined;
};
};
declare var __VLS_5: {}, __VLS_50: {}, __VLS_59: {};
type __VLS_Slots = {} & {
start?: (props: typeof __VLS_5) => any;
} & {
'empty-state'?: (props: typeof __VLS_50) => any;
} & {
end?: (props: typeof __VLS_59) => 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=Content.vue.d.ts.map