@asyncapi/react-component
Version:
A React component for AsyncAPI specification.
7 lines • 310 B
JavaScript
import AsyncApiComponent from './containers/AsyncApi/AsyncApi';
import AsyncApiComponentWP from './containers/AsyncApi/Standalone';
export { PluginSlot, } from './types';
import { hljs } from './helpers';
export { AsyncApiComponentWP, hljs };
export default AsyncApiComponent;
//# sourceMappingURL=index.js.map