UNPKG

@atlaskit/form

Version:

A form allows people to input information.

8 lines (7 loc) 275 B
import { createContext } from 'react'; /** * __Field id__ * * A field id uses the context API. It provides the id of the field to message components. This links the message with the field of screenreaders. */ export const FieldId = /*#__PURE__*/createContext(undefined);