solid-ui
Version:
UI library for Solid applications
4 lines • 299 B
TypeScript
import * as $rdf from 'rdflib';
import { MatrixOptions } from './types';
export declare function matrixForQuery(dom: HTMLDocument, query: $rdf.Query, vx: $rdf.Variable, vy: $rdf.Variable, vvalue: $rdf.Variable, options: MatrixOptions, whenDone: () => void): any;
//# sourceMappingURL=matrix.d.ts.map