vitepress-openapi
Version:
Generate VitePress API Documentation from OpenAPI Specification.
33 lines (32 loc) • 1.02 kB
TypeScript
import type { OARequestBody } from '../../types';
declare const __VLS_export: 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>;
declare const _default: typeof __VLS_export;
export default _default;