repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'renovate/all-minor-patch' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
testing
/
lib
/
mockUseActiveBreakpoint.ts
blob
ca9165723f53d5f73456ca24af69927bf0b8e645
1
import type { Breakpoints } from '@proton/components/hooks/useActiveBreakpoint';
2
3
export const mockDefaultBreakpoints: Breakpoints = {
4
activeBreakpoint: 'large',
5
viewportWidth: {
6
xsmall: false,
7
small: false,
8
medium: false,
9
large: false,
10
xlarge: false,
11
'2xlarge': false,
12
'<=small': false,
13
'<=medium': false,
14
'>=large': false,
15
},
16
};