UNPKG

solid-panes

Version:

Solid-compatible Panes: applets and views for the mashlib and databrowser

5 lines 601 B
import { NamedNode } from 'rdflib'; export declare function createApplicationTable(subject: NamedNode): HTMLTableElement; export declare function createContainer<K extends keyof globalThis.HTMLElementTagNameMap>(elementName: K, children: HTMLElement[], attributes?: {}, eventListeners?: {}, onCreated?: null): HTMLElementTagNameMap[K]; export declare function createText<K extends keyof globalThis.HTMLElementTagNameMap>(elementName: K, textContent: string | null, attributes?: {}, eventListeners?: {}, onCreated?: null): HTMLElementTagNameMap[K]; //# sourceMappingURL=trustedApplications.dom.d.ts.map