UNPKG

@types/swagger-ui-react

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