UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

32 lines (31 loc) 968 B
import type { OARequestBody } from '../../types'; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ operationId: { type: StringConstructor; required: true; }; requestBody: { type: () => OARequestBody; required: true; }; headingPrefix: { type: StringConstructor; default: null; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ operationId: { type: StringConstructor; required: true; }; requestBody: { type: () => OARequestBody; required: true; }; headingPrefix: { type: StringConstructor; default: null; }; }>> & Readonly<{}>, { headingPrefix: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;