UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

10 lines 700 B
type __VLS_Props = { /** The kind of document being described. Drives the badge label. */ documentType?: 'openapi' | 'asyncapi'; /** The original specification version (e.g. "3.1.0" for OpenAPI, "3.0.0" for AsyncAPI). */ version?: string; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=SpecificationVersion.vue.d.ts.map