fix(core): update

This commit is contained in:
2020-06-28 17:40:03 +00:00
parent 45fecfbde8
commit 91b50ecde5
3 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,8 @@ import { Stringmap } from '@pushrocks/lik/dist_ts/lik.stringmap';
import { FastMap } from '@pushrocks/lik/dist_ts/lik.fastmap';
import { TViewport } from './domtools.breakpoints';
import { Scroller } from './domtools.classes.scroller';
export interface IDomToolsState {
virtualViewport: TViewport;
}