fix(core): update

This commit is contained in:
Philipp Kunz 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;
}

View File

@ -0,0 +1,5 @@
import * as plugins from './domtools.plugins';
export class Scroller {
// TODO: move sweet scroll over to here;
}

View File

@ -1 +0,0 @@
import * as plugins from './domtools.plugins';