UNPKG

sparnatural

Version:

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

7 lines (6 loc) 253 B
import { HTMLComponent } from "../HtmlComponent"; export declare class VariableOptionsSelectBtn extends HTMLComponent { selected: boolean; constructor(ParentComponent: HTMLComponent, callBack: (selected: boolean) => void); render(): this; }