Skip to content

Commit

Permalink
fix(model.ts): Change CustomComponents typings
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoterrinoni committed Jan 25, 2019
1 parent 87e71e5 commit d6584d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const paddingLeft = 15
const BASE_NAME = 'virtualized-table'

export type CustomComponents = {
IconSortAsc?: JSX.Element
IconSortDesc?: JSX.Element
IconSortAsc?: () => JSX.Element
IconSortDesc?: () => JSX.Element
SearchField?: SearchFieldComp
Counter?: CountComp
}
Expand Down

0 comments on commit d6584d8

Please sign in to comment.