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:
Paul
2025-06-05 08:41:27 -07:00
committed by GitHub
parent 629e74d693
commit 8d7dbe6c56

View File

@@ -3,6 +3,7 @@ export type {
BlockConfig,
CheckboxField,
CountryField,
DateField,
Email,
EmailField,
FieldConfig,