@vaadin/hilla-lit-form
Version:
Hilla form utils
16 lines • 536 B
JavaScript
export * from './Binder.js';
export * from './BinderRoot.js';
export * from './BinderNode.js';
export * from './Field.js';
export * from './Models.js';
export * from './Validation.js';
export * from './Validators.js';
export * from './Validity.js';
((feature, vaadinObj = (globalThis.Vaadin ??= {})) => {
vaadinObj.registrations ??= [];
vaadinObj.registrations.push({
is: feature ? `@vaadin/hilla-lit-form/${feature}` : '@vaadin/hilla-lit-form',
version: '24.8.6',
});
})();
//# sourceMappingURL=index.js.map