UNPKG

sparnatural

Version:

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

8 lines (7 loc) 282 B
import { SelectedVal } from "../../components/SelectedVal"; import ActionStore from "../ActionStore"; export declare function selectViewVar(actionStore: ActionStore, payload: { val: SelectedVal; selected: boolean; defaultLbl: SelectedVal; }, target: EventTarget): void;