UNPKG

@elysiajs/swagger

Version:

Plugin for Elysia to auto-generate Swagger page

4 lines (3 loc) 246 B
import type { OpenAPIV3 } from 'openapi-types'; import type { ReferenceConfiguration } from '@scalar/types'; export declare const ScalarRender: (info: OpenAPIV3.InfoObject, version: string, config: ReferenceConfiguration, cdn: string) => string;