@asyncapi/react-component
Version:
A React component for AsyncAPI specification.
9 lines • 519 B
TypeScript
import AsyncApiComponent from './containers/AsyncApi/AsyncApi';
import AsyncApiComponentWP from './containers/AsyncApi/Standalone';
export { AsyncApiProps } from './containers/AsyncApi/AsyncApi';
export { ConfigInterface } from './config/config';
export { FetchingSchemaInterface, ExtensionComponentProps, AsyncApiPlugin, PluginAPI, PluginSlot, PluginContext, } from './types';
import { hljs } from './helpers';
export { AsyncApiComponentWP, hljs };
export default AsyncApiComponent;
//# sourceMappingURL=index.d.ts.map