mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
refactor(all): allow external imports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Component, Element, Event, EventEmitter, Listen, Method, Prop } from '@stencil/core';
|
||||
import { Config, GestureDetail, Mode, QueueController } from '../../index';
|
||||
import { Config, GestureDetail, Mode, QueueController } from '../../interface';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-scroll',
|
||||
|
||||
Reference in New Issue
Block a user