chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-08-22 23:37:32 +02:00
parent 11edc49dfe
commit 3d6caae13f
34 changed files with 248 additions and 225 deletions

View File

@ -1,4 +1,4 @@
import { ComponentProps, FrameworkDelegate, Nav } from '../../interface';
import { ComponentProps, FrameworkDelegate } from '../../interface';
import { attachComponent } from '../../utils/framework-delegate';
import { assert } from '../../utils/helpers';
@ -11,7 +11,7 @@ export const enum ViewState {
export class ViewController {
state: ViewState = ViewState.New;
nav?: Nav;
nav?: any;
element?: HTMLElement;
delegate?: FrameworkDelegate;