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 19, 2023
1 parent 8ce4a7f commit de44e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ declare module 'moment' {
}
export = moment
export as namespace moment
}

declare module '@goodrequest/antd-form-fields'
}
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dayjs.extend(utcPlugin)
dayjs.extend(timezonePlugin)
dayjs.extend(minMax)

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

export { default as CheckboxField } from './atoms/CheckboxField'
export { default as CheckboxGroupField } from './atoms/CheckboxGroupField'
export { default as DateField } from './atoms/DateField'
Expand Down

0 comments on commit de44e7e

Please sign in to comment.