UNPKG

sparnatural

Version:

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

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