Skip to content

Commit

Permalink
Add missing properties to TetherComponentProps type (#191)
Browse files Browse the repository at this point in the history
Thanks @flacerdk
  • Loading branch information
flacerdk authored and danreeves committed Nov 6, 2018
1 parent 0497495 commit e6cf853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/react-tether.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ declare namespace ReactTether {
renderElementTag?: string;
renderElementTo?: Element | string;
className?: string;
id?: string
style?: React.CSSProperties
onUpdate?: (component: TetherComponent) => void
onRepositioned?: (component: TetherComponent) => void
}
}

0 comments on commit e6cf853

Please sign in to comment.