@asyncapi/react-component
Version:
A React component for AsyncAPI specification.
13 lines • 695 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.hljs = exports.AsyncApiComponentWP = void 0;
var AsyncApi_1 = __importDefault(require("./containers/AsyncApi/AsyncApi"));
var Standalone_1 = __importDefault(require("./containers/AsyncApi/Standalone"));
exports.AsyncApiComponentWP = Standalone_1.default;
var helpers_1 = require("./helpers");
Object.defineProperty(exports, "hljs", { enumerable: true, get: function () { return helpers_1.hljs; } });
exports.default = AsyncApi_1.default;
//# sourceMappingURL=index.js.map