fix(core): update
This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
| @@ -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 }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user