sober
Version:
Sober is a library of UI components designed with reference to Material You.
19 lines (18 loc) • 438 B
TypeScript
export declare const enum mediaQueries {
mobileS = 320,
mobileM = 375,
mobileL = 425,
tablet = 768,
laptop = 1024,
laptopL = 1440
}
export declare const mediaQueryList: {
mobileS: MediaQueryList;
mobileM: MediaQueryList;
mobileL: MediaQueryList;
tablet: MediaQueryList;
laptop: MediaQueryList;
laptopL: MediaQueryList;
pointerCoarse: MediaQueryList;
pointerFine: MediaQueryList;
};