UNPKG

graph-explorer

Version:

Graph Explorer can be used to explore and RDF graphs in SPARQL endpoints or on the web.

9 lines (6 loc) 214 B
import { TemplateResolver } from "../props"; export * from "./default"; export * from "./group"; export * from "./standard"; export const DefaultElementTemplateBundle: TemplateResolver = (_types) => undefined;