Skip to content

Commit

Permalink
Add className prop to .d.ts (#155)
Browse files Browse the repository at this point in the history
Thanks @ryprice
  • Loading branch information
ryprice authored and danreeves committed Jun 27, 2018
1 parent e2d5076 commit 00ef18a
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 @@ -34,5 +34,6 @@ declare namespace ReactTether {
children: React.ReactNode;
renderElementTag?: string;
renderElementTo?: Element | string;
className?: string;
}
}

0 comments on commit 00ef18a

Please sign in to comment.