mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
@ -1,10 +1,10 @@
|
|||||||
import type { ComponentInterface, EventEmitter } from '@stencil/core';
|
import type { ComponentInterface, EventEmitter } from '@stencil/core';
|
||||||
import { Component, Element, Event, Host, Prop, State, Watch, h } from '@stencil/core';
|
import { Component, Element, Event, Host, Prop, State, Watch, h } from '@stencil/core';
|
||||||
import type { KeyboardController } from '@utils/keyboard/keyboard-controller';
|
|
||||||
import { createKeyboardController } from '@utils/keyboard/keyboard-controller';
|
|
||||||
|
|
||||||
import { getIonMode } from '../../global/ionic-global';
|
import { getIonMode } from '../../global/ionic-global';
|
||||||
import type { Color, TabBarChangedEventDetail } from '../../interface';
|
import type { Color, TabBarChangedEventDetail } from '../../interface';
|
||||||
|
import type { KeyboardController } from '../../utils/keyboard/keyboard-controller';
|
||||||
|
import { createKeyboardController } from '../../utils/keyboard/keyboard-controller';
|
||||||
import { createColorClasses } from '../../utils/theme';
|
import { createColorClasses } from '../../utils/theme';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user