cloudhubui
Version:
Various components to use in react projects
14 lines (10 loc) • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactFinalForm = require("react-final-form");
/* eslint-disable jsx-a11y/no-static-element-interactions */
/* eslint-disable jsx-a11y/no-noninteractive-tabindex */
var _default = _reactFinalForm.Form;
exports.default = _default;