UNPKG

swagger-editor

Version:

- [Anonymized analytics](#anonymized-analytics) - [Getting started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Usage](#usage) - [Development](#development) - [Prerequisites](#prerequisites) - [Setting

9 lines (8 loc) 224 B
import 'swagger-ui-react/swagger-ui.css'; /** * Types */ import { SwaggerEditorType } from 'types/swagger-editor'; import './styles/main.scss'; declare const SwaggerEditor: SwaggerEditorType; export default SwaggerEditor;