forked from Ivasoft/mattermost-mobile
* Add Support for Android tablets & foldables * add tablet and book posture * Regenerate disposed observable on WindowInfoTracker
8 lines
191 B
TypeScript
8 lines
191 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
type SplitViewResult = {
|
|
isSplitView?: boolean;
|
|
isTablet?: boolean;
|
|
}
|