vitepress-openapi
Version:
Generate VitePress API Documentation from OpenAPI Specification.
16 lines (15 loc) • 800 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
code: string | number | boolean | Record<string, any> | unknown[];
label: string;
lang: string;
disableHtmlTransform: boolean;
active: boolean;
$props: {
readonly code?: string | number | boolean | Record<string, any> | unknown[] | undefined;
readonly label?: string | undefined;
readonly lang?: string | undefined;
readonly disableHtmlTransform?: boolean | undefined;
readonly active?: boolean | undefined;
};
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;