UNPKG

rune-form

Version:

Type-safe reactive form builder for Svelte 5

5 lines (4 loc) 234 B
export { createCustomValidator } from './customAdapter.js'; export { RuneForm } from './RuneForm.svelte.js'; export type { CustomValidator, ValidationFunction } from './types.js'; export { createZodValidator } from './zodAdapter.js';