UNPKG

solid-panes

Version:

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

12 lines 540 B
import versionInfo from './versionInfo'; import * as UI from 'solid-ui'; import OutlineManager from './outline/manager.js'; import { list, paneForIcon, paneForPredicate, register, byName } from 'pane-registry'; import initMainPage from './mainPage'; declare function getOutliner(dom: any): any; export { OutlineManager, getOutliner, UI, versionInfo, initMainPage, list, // from paneRegistry paneForIcon, // from paneRegistry paneForPredicate, // from paneRegistry register, // from paneRegistry byName }; //# sourceMappingURL=index.d.ts.map