vitepress-openapi
Version:
Generate VitePress API Documentation from OpenAPI Specification.
9 lines (8 loc) • 480 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$emit: (event: "pathClick", ...args: any[]) => void;
paths: Record<string, any>;
$props: {
paths?: Record<string, any> | undefined;
};
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;