Skip to content

Commit

Permalink
✨ [#2] Include DateTime schema in AnyComponentSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 10, 2023
1 parent da5b84d commit 76f807e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/formio/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
ContentComponentSchema,
DateComponentSchema,
DateTimeComponentSchema,
EmailComponentSchema,
NumberComponentSchema,
TextFieldComponentSchema,
Expand Down Expand Up @@ -34,6 +35,7 @@ export type AnyComponentSchema =
| TextFieldComponentSchema
| EmailComponentSchema
| DateComponentSchema
| DateTimeComponentSchema
| NumberComponentSchema
// layout
| ContentComponentSchema;
Expand Down

0 comments on commit 76f807e

Please sign in to comment.