Skip to content

Commit

Permalink
feat(types): expose typescript interfaces without I prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
garthenweb committed Feb 16, 2020
1 parent 5cdd528 commit bca419b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export {
Rect as IRect,
Scroll as IScroll,
Dimensions as IDimensions,
Rect,
Scroll,
Dimensions,
} from './types';

export const VERSION = '__VERSION__';

0 comments on commit bca419b

Please sign in to comment.