vitepress-openapi
Version:
Generate VitePress API Documentation from OpenAPI Specification.
15 lines (14 loc) • 699 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$emit: (event: "update:modelValue", ...args: any[]) => void;
contentType: string;
id: string;
modelValue: string;
contentTypes: unknown[];
$props: {
readonly contentType?: string | undefined;
readonly id?: string | undefined;
readonly modelValue?: string | undefined;
readonly contentTypes?: unknown[] | undefined;
};
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;