Skip to content

Commit

Permalink
fix(ts-typings): expose PropOptions so they can be consumed by 3rd pa…
Browse files Browse the repository at this point in the history
…rty decorators

Closes #1084
  • Loading branch information
Hotell committed Feb 19, 2017
1 parent fb1c9ff commit 098ea51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { } from './ts-typings/jsx';
export {
Component,
ComponentProps,
PropOptions,
StatelessComponent,
SFC,
prop,
Expand Down

0 comments on commit 098ea51

Please sign in to comment.