diff --git a/src/index.js b/src/index.js index 39a553a..1d67a59 100644 --- a/src/index.js +++ b/src/index.js @@ -6,6 +6,8 @@ import FormView from './components/FormView'; import Sidebar from './components/Sidebar'; import EditBlock from './components/EditBlock'; import Field from './components/Field'; +import GoogleReCaptchaWidget from './components/Widget/GoogleReCaptchaWidget'; +import HCaptchaWidget from './components/Widget/HCaptchaWidget'; import { downloadFile, getFieldName } from './components/utils'; import { submitForm, @@ -62,6 +64,8 @@ export { FormView, EditBlock, Field, + GoogleReCaptchaWidget, + HCaptchaWidget, downloadFile, getFieldName, };