lincd
Version:
LINCD is a JavaScript library for building user interfaces with linked data (also known as 'structured data', or RDF)
5 lines (4 loc) • 878 B
TypeScript
export declare const linkedComponent: import("./utils/LinkedComponent.js").LinkedComponentFactoryFn, linkedSetComponent: import("./utils/LinkedComponent.js").LinkedSetComponentFactoryFn, linkedShape: {
<T extends typeof import("./shapes/Shape.js").Shape>(constructor: T): void;
<T_1 extends typeof import("./shapes/Shape.js").Shape>(config?: import("./utils/Package.js").ShapeConfig): (constructor: T_1) => void;
}, linkedUtil: (constructor: any) => any, linkedOntology: (allFileExports: any, nameSpace: (term: string) => import("./models.js").NamedNode, suggestedPrefixAndFileName: string, loadDataFunction?: () => Promise<any>, dataSource?: string | string[]) => void, registerPackageExport: (exportedObject: any) => void, registerPackageModule: (_module: any) => void, packageExports: any, getPackageShape: (name: string) => typeof import("./shapes/Shape.js").Shape;