UNPKG

sparnatural

Version:

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

7 lines (6 loc) 221 B
import { HTMLComponent } from "../HtmlComponent"; export declare class ResetBtn extends HTMLComponent { tippySettings: any; constructor(ParentComponent: HTMLComponent, callBack: () => void); render(): this; }