UNPKG

sparnatural

Version:

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

6 lines (5 loc) 196 B
import { HTMLComponent } from "../HtmlComponent"; export declare class EditBtn extends HTMLComponent { constructor(ParentComponent: HTMLComponent, callBack: () => void); render(): this; }