Files
mattermost-mobile/env.d.ts
Elias Nahum fb01c18143 [Gekidou] update dependencies (#5871)
* update dependencies

* Remove storybook env type def
2021-12-10 14:40:21 +02:00

7 lines
229 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
// So that typescript doesn't complain about importing `@env` through react-native-dotenv
declare module '@env' {
}