mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
chore(deps): update to stencil v3 (#26663)
This commit is contained in:
@ -2,8 +2,9 @@ import type { ComponentInterface } from '@stencil/core';
|
||||
import { Component, Host, Prop, h } from '@stencil/core';
|
||||
|
||||
import { getIonMode } from '../../global/ionic-global';
|
||||
import type { AnimationBuilder, Color, RouterDirection } from '../../interface';
|
||||
import type { AnimationBuilder, Color } from '../../interface';
|
||||
import { createColorClasses, openURL } from '../../utils/theme';
|
||||
import type { RouterDirection } from '../router/utils/interface';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-router-link',
|
||||
|
||||
Reference in New Issue
Block a user