UNPKG

@redocly/portal-plugin-soap-api

Version:

SOAP API plugin for Redocly products

13 lines (12 loc) 261 B
import React from 'react'; type PageProps = { title: string; wsdl?: string; request?: string; description?: string; }; type SoapDocsProps = { pageProps: PageProps; }; declare const Template: React.FC<SoapDocsProps>; export default Template;