Skip to content

Commit 8d7dbe6

Browse files
authored
fix(plugin-form-builder): export DateField type (#12695)
Just forgot to export the DateField type along with other field types from the plugin
1 parent 629e74d commit 8d7dbe6

File tree

1 file changed

+1
-0
lines changed
  • packages/plugin-form-builder/src/exports

1 file changed

+1
-0
lines changed

packages/plugin-form-builder/src/exports/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export type {
33
BlockConfig,
44
CheckboxField,
55
CountryField,
6+
DateField,
67
Email,
78
EmailField,
89
FieldConfig,

0 commit comments

Comments
 (0)