UNPKG

@schematic-forms/react

Version:

react adapter for schematic forms

4 lines (3 loc) 169 B
import { FormController } from "@schematic-forms/core"; declare const useHasError: (controller: FormController<any, any> | null) => boolean; export default useHasError;