mattermost-mobile/types/global/device.d.ts
Elias Nahum 75c56a993f
Support for Android Tablets & Foldable (#7025)
* Add Support for Android tablets & foldables

* add tablet and book posture

* Regenerate disposed observable on WindowInfoTracker
2023-02-02 12:15:43 +02:00

7 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;
}