UNPKG

@types/swagger-ui-react

Version:
6 lines (4 loc) 172 B
import * as React from "react"; import { SwaggerUIProps } from "./swagger-ui-react"; declare const SwaggerUI: React.FunctionComponent<SwaggerUIProps>; export = SwaggerUI;