UNPKG

@atlaskit/form

Version:

A form allows people to input information.

3 lines (2 loc) 173 B
import type { FocusableInput } from 'final-form-focus'; export declare const getFirstErrorField: (inputs: FocusableInput[], errors: Object) => HTMLInputElement | undefined;