Add Typescript type definition file (#186)

This commit is contained in:
Thanh Le 2017-12-05 06:55:22 +07:00 committed by Pedro Belo
parent aceb7b4de0
commit 3ffdab0c13
1 changed files with 5 additions and 0 deletions

5
index.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
export interface NativeConfig {
[name: string]: any
}
export const Config: NativeConfig
export default Config