Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});

const renderProps_1 = require("../SidebarItem/renderProps");

exports.defaultSidebarRender = renderProps_1.defaultSidebarRender;

const SidebarGroupState_1 = require("./SidebarGroupState");

const sidebarGroupState = new SidebarGroupState_1.SidebarGroupState();
exports.sidebarGroupState = sidebarGroupState;

const toSidebarRender = sidebarItem => sidebarItem.render(sidebarItem);

exports.toSidebarRender = toSidebarRender; //# sourceMappingURL=deps.js.map