UNPKG

sparnatural

Version:

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

7 lines (6 loc) 247 B
import { HTMLComponent } from "../HtmlComponent"; export declare class AddUserInputBtn extends HTMLComponent { callBack: () => void; constructor(parentComponent: HTMLComponent, btnText: string, callBack: () => void); render(): this; }