fix(plugin-form-builder): export DateField type (#12695)
Just forgot to export the DateField type along with other field types from the plugin
This commit is contained in:
@@ -3,6 +3,7 @@ export type {
|
||||
BlockConfig,
|
||||
CheckboxField,
|
||||
CountryField,
|
||||
DateField,
|
||||
Email,
|
||||
EmailField,
|
||||
FieldConfig,
|
||||
|
||||
Reference in New Issue
Block a user