UNPKG

@ulb-darmstadt/shacl-form

Version:
13 lines (9 loc) 282 B
import { ShaclForm as FormBase } from "./form" import { DefaultTheme } from "./themes/default" export * from './exports' export class ShaclForm extends FormBase { constructor() { super(new DefaultTheme()) } } window.customElements.define('shacl-form', ShaclForm)