UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

15 lines (14 loc) 620 B
import type { OpenAPIV3 } from '@scalar/openapi-types'; interface Props { href?: string; method?: OpenAPIV3.HttpMethods | string; title?: string; operationId?: string; } declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, { title: string; operationId: string; method: OpenAPIV3.HttpMethods | string; href: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;