mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
refactor(all): allow external imports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Component, Method } from '@stencil/core';
|
||||
import { Animation, AnimationBuilder, AnimationController } from './animation-interface';
|
||||
import { Animation, AnimationBuilder, AnimationController } from '../../interface';
|
||||
import { Animator } from './animator';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user