Skip to content

Commit

Permalink
Add Typescript type definition file (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanh Le authored and Pedro Belo committed Dec 4, 2017
1 parent aceb7b4 commit 3ffdab0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
@@ -0,0 +1,5 @@
export interface NativeConfig {
[name: string]: any
}
export const Config: NativeConfig
export default Config

0 comments on commit 3ffdab0

Please sign in to comment.