UNPKG

docusaurus-theme-openapi-docs

Version:

OpenAPI theme for Docusaurus.

7 lines (6 loc) 142 B
import { type JSX } from "react"; declare const LiveApp: { (props: any): JSX.Element; displayName: string; }; export default LiveApp;