从上下文中获取表单状态的 hook。
import { useFormStateContext } from '@sinoui/rx-form-state';function Demo() { const formState = useFormStateContext(); // ...}