UNPKG

sparnatural

Version:

Visual client-side SPARQL query builder and knowledge graph exploration tool

6 lines (5 loc) 239 B
import { Props } from "tippy.js"; import ISettings from "./ISettings"; export declare function getSettings(): ISettings; export declare function mergeSettings(options: ISettings): void; export declare const TOOLTIP_CONFIG: Partial<Props>;