@ulb-darmstadt/shacl-form
Version:
SHACL form generator
8 lines (7 loc) • 306 B
TypeScript
export type { InputListEntry, Editor } from './theme';
export { Theme } from './theme';
export { Loader } from './loader';
export { Config } from './config';
export { Plugin, registerPlugin } from './plugin';
export { ShaclPropertyTemplate } from './property-template';
export { findLabel } from './util';