mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(router): fix push() public interface
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user