fix(core): update

This commit is contained in:
2020-06-01 12:30:21 +00:00
parent a9200859ec
commit 8276a5b09b
2 changed files with 3 additions and 1 deletions

View File

@ -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';