UNPKG

solid-panes

Version:

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

18 lines (17 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createContext = createContext; var _index = require("../index"); function createContext(dom, paneRegistry, store, logic) { return { dom, getOutliner: _index.getOutliner, session: { paneRegistry, store, logic } }; }