Skip to content

Commit

Permalink
feat: export error message to implement into custom component
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoValdesoiro committed Mar 23, 2021
1 parent 7d0907d commit ddf001d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export { default as Radio } from './Fields/Radio'
export { default as Phone } from './Fields/Phone'
export { default as Date } from './Fields/Date'
export { default as Markdown } from './Fields/Markdown'
export { default as ErrorMessage } from './Fields/Error'
export { RHFInput } from 'react-hook-form-input'
export { Controller } from 'react-hook-form'

// Theme
export { default as FormTheme } from './theme'
Expand Down

0 comments on commit ddf001d

Please sign in to comment.