Skip to content

Commit

Permalink
Add attachment property to Typescript definitions (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-baskind authored and danreeves committed Apr 24, 2019
1 parent 16c28cd commit 98f71c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react-tether.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ declare namespace ReactTether {
renderElement?: RenderProp;
renderElementTag?: string;
renderElementTo?: Element | string;
attachment: string;
className?: string;
id?: string;
style?: React.CSSProperties;
Expand Down

0 comments on commit 98f71c7

Please sign in to comment.