Skip to content

Commit

Permalink
feat: export WebformCustomComponent type
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Nov 27, 2019
1 parent 5398dde commit d37e3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Webform, { WebformObject } from './Webform'
import Webform, { WebformObject, WebformCustomComponent } from './Webform'
import { formToJSON } from './utils'
import { useWebformStates } from './webformRender'

export { WebformObject, formToJSON, useWebformStates }
export { WebformObject, WebformCustomComponent, formToJSON, useWebformStates }
export default Webform

0 comments on commit d37e3a2

Please sign in to comment.