Update index.d.ts

Fixed typings. It will always return a string from the tests that I've made. Is it correct?
This commit is contained in:
Luis Felipe Zaguini 2019-04-26 08:19:30 -03:00 committed by Luan Curti
parent 23dcaa96b8
commit e5a2e0b7ec
1 changed files with 1 additions and 1 deletions

2
index.d.ts vendored
View File

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