UNPKG

svelte-object

Version:

A nested component Svelte 5 Runes pattern for structuring objects/arrays and their properties

5 lines (4 loc) 283 B
export { default as Array } from './Array.svelte'; export { default as Object, type Props as ObjectProps } from './Object.svelte'; export { default as Value, type Props as ValueProps } from './Value.svelte'; export type { ValidationEvent, ValidationType } from './validation-types';