mattermost-mobile/types/global/device.d.ts
Elias Nahum de57c343f0
MM-55621 fix layout for tablets and foldables (#7697)
* MM-55621 fix layout for tablets and foldables

* feedback review
2023-12-05 11:08:43 +08:00

7 lines
189 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
type SplitViewResult = {
isSplitView: boolean;
isTablet: boolean;
}