Skip to content

Commit

Permalink
adding declaration of module
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-haluska committed Apr 18, 2023
1 parent 826242e commit 0ef28a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ export { default as TimeRangeField } from './atoms/TimeRangeField'
export { default as ToggleField } from './atoms/ToggleField'
export { default as Button } from './atoms/Button'
export { default as Menu } from './atoms/Menu'

declare module '@goodrequest/antd-form-fields'

0 comments on commit 0ef28a0

Please sign in to comment.