UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

31 lines 1.3 kB
import type { AnyApiReferenceConfiguration } from '@scalar/types'; import { type WorkspaceStore } from '@scalar/workspace-store/client'; type __VLS_Props = { configuration?: AnyApiReferenceConfiguration; store: WorkspaceStore; }; declare var __VLS_20: {}, __VLS_22: {}, __VLS_24: {}, __VLS_26: {}, __VLS_28: {}; type __VLS_Slots = {} & { 'content-start'?: (props: typeof __VLS_20) => any; } & { 'content-end'?: (props: typeof __VLS_22) => any; } & { 'sidebar-start'?: (props: typeof __VLS_24) => any; } & { 'sidebar-end'?: (props: typeof __VLS_26) => any; } & { footer?: (props: typeof __VLS_28) => any; }; declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { updateContent: (content: any) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onUpdateContent?: ((content: any) => any) | undefined; }>, {}, {}, {}, {}, 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=ApiReferenceWorkspace.vue.d.ts.map