UNPKG

solid-panes

Version:

Solid-compatible Panes: applets and views for the mashlib and databrowser

20 lines (17 loc) 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createContext = createContext; var _index = require("../index"); function createContext(dom, paneRegistry, store) { return { dom: dom, getOutliner: _index.getOutliner, session: { paneRegistry: paneRegistry, store: store } }; } //# sourceMappingURL=context.js.map