fix(core): update
This commit is contained in:
@ -3,7 +3,7 @@ import { DomTools } from './domtools.classes.domtools';
|
||||
export const desktop = 1240;
|
||||
export const tablet = 700;
|
||||
export const phablet = 500;
|
||||
export const phone = 340;
|
||||
export const phone = 400;
|
||||
|
||||
export type TViewport = 'native' | 'desktop' | 'tablet' | 'phablet' | 'phone';
|
||||
|
||||
|
Reference in New Issue
Block a user