fix(core): update

This commit is contained in:
2020-10-06 22:08:26 +00:00
parent 63463a751c
commit 27c087b693
4 changed files with 36 additions and 3 deletions

View File

@ -78,6 +78,8 @@ export class DomTools {
public scroller: plugins.SweetScroll;
public deesComms = new plugins.deesComms.DeesComms();
private actionSetVirtualViewport = this.domToolsStatePart.createAction<TViewport>(
async (statePart, payload) => {
const currentState = statePart.getState();

View File

@ -1,4 +1,11 @@
// api glbal scope
// designestate scope
import * as deesComms from '@designestate/dees-comms';
export {
deesComms
};
// apiglobal scope
import * as typedrequest from '@apiglobal/typedrequest';
export { typedrequest };