Files
mattermost-mobile/env.d.ts
2020-11-17 14:20:58 -03:00

9 lines
307 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' {
export const STORYBOOK_HOST: string;
export const STORYBOOK_PORT: number;
}