react-native-config/index.d.ts
Luis Felipe Zaguini e5a2e0b7ec Update index.d.ts
Fixed typings. It will always return a string from the tests that I've made. Is it correct?
2020-03-18 20:56:20 -03:00

6 lines
115 B
TypeScript

export interface NativeConfig {
[name: string]: string
}
export const Config: NativeConfig
export default Config