UNPKG

sparnatural

Version:

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

9 lines (8 loc) 287 B
import { AbstractWidget, WidgetValue } from "./AbstractWidget"; import { HTMLComponent } from "../HtmlComponent"; export declare class NoWidget extends AbstractWidget { parseInput(): WidgetValue; value: any; constructor(parentComponent: HTMLComponent); render(): this; }