UNPKG

solid-panes

Version:

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

7 lines 393 B
import './menu.css'; import { OutlineManager } from '../outline/manager'; import { NamedNode } from 'rdflib'; export declare const setActiveMenuPane: (paneName?: string) => void; export declare const refreshMenu: (layout: "mobile" | "desktop") => void; export declare const createLeftSideMenu: (subject: NamedNode, outliner: OutlineManager) => Promise<void>; //# sourceMappingURL=menu.d.ts.map