UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

4 lines (3 loc) 249 B
import type { CharacterFormSchema } from '@config/schema'; import type { FieldErrors } from 'react-hook-form'; export declare const useScrollToError: (fieldName: keyof CharacterFormSchema, errors: FieldErrors) => (node: HTMLElement | null) => void;