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:
parent
23dcaa96b8
commit
e5a2e0b7ec
|
@ -1,5 +1,5 @@
|
|||
export interface NativeConfig {
|
||||
[name: string]: any
|
||||
[name: string]: string
|
||||
}
|
||||
export const Config: NativeConfig
|
||||
export default Config
|
||||
|
|
Loading…
Reference in New Issue