vitepress-openapi
Version:
Generate VitePress API Documentation from OpenAPI Specification.
32 lines (31 loc) • 959 B
TypeScript
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
operationId: {
type: StringConstructor;
required: true;
};
responses: {
type: ObjectConstructor;
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;
};
responses: {
type: ObjectConstructor;
required: true;
};
headingPrefix: {
type: StringConstructor;
default: null;
};
}>> & Readonly<{}>, {
headingPrefix: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;