UNPKG

sparnatural

Version:

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

8 lines (7 loc) 265 B
import { HTMLComponent } from "../HtmlComponent"; export declare class InfoBtn extends HTMLComponent { infoMessage: string; tippySettings: any; constructor(parentComponent: HTMLComponent, infoMessage: string, tippySettings?: any); render(): this; }