mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(deps): update to stencil v3 (#26663)
This commit is contained in:
@ -3,12 +3,14 @@ import { Component, Element, Event, Host, Listen, Prop, State, Watch, h, writeTa
|
||||
|
||||
import { config } from '../../global/config';
|
||||
import { getIonMode } from '../../global/ionic-global';
|
||||
import type { Color, SegmentChangeEventDetail, StyleEventDetail } from '../../interface';
|
||||
import type { Color, StyleEventDetail } from '../../interface';
|
||||
import type { Gesture, GestureDetail } from '../../utils/gesture';
|
||||
import { pointerCoord } from '../../utils/helpers';
|
||||
import { isRTL } from '../../utils/rtl';
|
||||
import { createColorClasses, hostContext } from '../../utils/theme';
|
||||
|
||||
import type { SegmentChangeEventDetail } from './segment-interface';
|
||||
|
||||
/**
|
||||
* @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user