@atlaskit/form
Version:
A form allows people to input information.
13 lines (12 loc) • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FieldId = void 0;
var _react = require("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.
*/
var FieldId = exports.FieldId = /*#__PURE__*/(0, _react.createContext)(undefined);