fix(router): fix push() public interface

This commit is contained in:
Manu Mtz.-Almeida
2018-05-11 19:15:26 +02:00
parent 93526617e0
commit 875b9d0950
11 changed files with 64 additions and 64 deletions

View File

@ -1,6 +1,6 @@
import { Component, Element, Event, EventEmitter, Prop, State } from '@stencil/core';
import { CssClassMap, Mode } from '../../interface';
import { RouterDirection, getButtonClassMap, getElementClassMap, openURL } from '../../utils/theme';
import { CssClassMap, Mode, RouterDirection } from '../../interface';
import { getButtonClassMap, getElementClassMap, openURL } from '../../utils/theme';
@Component({