mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
refactor(all): allow external imports
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import { Component, Element, Event, EventEmitter, Method, Prop, Watch } from '@stencil/core';
|
||||
import { Mode } from '../..';
|
||||
import { StyleEvent } from '../../utils/input-interfaces';
|
||||
import { Mode, StyleEvent } from '../../interface';
|
||||
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user