8 lines
291 B
TypeScript
8 lines
291 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore
|
|
import TouchableWithFeedback from './touchable_with_feedback';
|
|
|
|
export default TouchableWithFeedback;
|