UNPKG

sparnatural

Version:

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

8 lines (7 loc) 276 B
import UiuxConfig from "../IconsConstants"; import { HTMLComponent } from "../HtmlComponent"; export declare class ArrowComponent extends HTMLComponent { arrowStyle: UiuxConfig; constructor(ParenComponent: HTMLComponent, arrowStyle: UiuxConfig); render(): this; }