vitepress-openapi
Version:
Generate VitePress API Documentation from OpenAPI Specification.
12 lines (11 loc) • 596 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
operationId: string;
requestBody: Record<string, any>;
contentType: string;
$props: {
readonly operationId?: string | undefined;
readonly requestBody?: Record<string, any> | undefined;
readonly contentType?: string | undefined;
};
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;