mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
chore(deps): update to stencil v3 (#26663)
This commit is contained in:
@ -3,10 +3,14 @@ import { Component, Element, Event, Host, Listen, Prop, h } from '@stencil/core'
|
||||
|
||||
import { config } from '../../global/config';
|
||||
import { getIonMode } from '../../global/ionic-global';
|
||||
import type { TabBarChangedEventDetail, TabButtonClickEventDetail, TabButtonLayout } from '../../interface';
|
||||
import type { AnchorInterface } from '../../utils/element-interface';
|
||||
import type { Attributes } from '../../utils/helpers';
|
||||
import { inheritAttributes } from '../../utils/helpers';
|
||||
import type {
|
||||
TabBarChangedEventDetail,
|
||||
TabButtonClickEventDetail,
|
||||
TabButtonLayout,
|
||||
} from '../tab-bar/tab-bar-interface';
|
||||
|
||||
/**
|
||||
* @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
|
||||
|
Reference in New Issue
Block a user