Browse documentation

FormState

Type. Base FormStore state record.

Table of contents

Category

Type

Type import

ts
import type { FormState } from "valyrian.js/forms";

Public signature

ts
type FormState = Record<string, unknown>;

Type usage

FormState is the base record required by FormStore state.