-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.js
More file actions
15 lines (15 loc) · 1.38 KB
/
index.js
File metadata and controls
15 lines (15 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export { default as Captcha } from 'volto-form-block/components/Widget/Captcha';
export { default as CheckboxListWidget } from 'volto-form-block/components/Widget/CheckboxListWidget';
export { default as CheckboxWidget } from 'volto-form-block/components/Widget/CheckboxWidget';
export { default as DatetimeWidget } from 'volto-form-block/components/Widget/DatetimeWidget';
export { default as EmailWidget } from 'volto-form-block/components/Widget/EmailWidget';
export { default as FileWidget } from 'volto-form-block/components/Widget/FileWidget';
export { default as GoogleReCaptchaWidget } from 'volto-form-block/components/Widget/GoogleReCaptchaWidget';
export { default as HCaptchaWidget } from 'volto-form-block/components/Widget/HCaptchaWidget';
export { HiddenWidget } from 'volto-form-block/components/Widget/HiddenWidget';
export { default as HoneypotCaptchaWidget } from 'volto-form-block/components/Widget/HoneypotCaptchaWidget';
export { default as NoRobotsCaptchaWidget } from 'volto-form-block/components/Widget/NoRobotsCaptchaWidget';
export { default as RadioWidget } from 'volto-form-block/components/Widget/RadioWidget';
export { default as SelectWidget } from 'volto-form-block/components/Widget/SelectWidget';
export { default as TextareaWidget } from 'volto-form-block/components/Widget/TextareaWidget';
export { default as TextWidget } from 'volto-form-block/components/Widget/TextWidget';