Skip to content

Commit

Permalink
fix typescript typings
Browse files Browse the repository at this point in the history
  • Loading branch information
luancurti committed Jul 11, 2022
1 parent cd1a84e commit 58de3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface NativeConfig {
[name: string]: string
[name: string]: string | undefined
}
export const Config: NativeConfig
export default Config

0 comments on commit 58de3a9

Please sign in to comment.