UNPKG

@payfit/unity-components

Version:

14 lines (13 loc) 314 B
import { createContext as e, useContext as t } from "react"; //#region src/components/form-field/TanstackFormField.context.tsx var n = e({ fieldGroupId: "", labelId: "", inputId: "", feedbackTextId: "" }); function r() { return t(n); } //#endregion export { n as FieldA11yContext, r as useFieldA11yContext };