UNPKG

@atlaskit/form

Version:

A form allows people to input information.

7 lines (6 loc) 249 B
/** * __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 declare const FieldId: import('react').Context<string | undefined>;