UNPKG

sparnatural

Version:

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

9 lines (8 loc) 298 B
import { HTMLComponent } from "../HtmlComponent"; export declare class DisplayBtn extends HTMLComponent { #private; selected: boolean; callBack: (displayed: boolean) => void; constructor(ParentComponent: HTMLComponent, callBack: (displayed: boolean) => void); render(): this; }