mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
refactor(all): allow external imports
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Animation } from '../../../index';
|
||||
import { Animation } from '../../../interface';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Animation } from '../../../index';
|
||||
import { Animation } from '../../../interface';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Animation } from '../../../index';
|
||||
import { Animation } from '../../../interface';
|
||||
|
||||
/**
|
||||
* Md Loading Enter Animation
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Animation } from '../../../index';
|
||||
import { Animation } from '../../../interface';
|
||||
|
||||
/**
|
||||
* Md Loading Leave Animation
|
||||
|
||||
Reference in New Issue
Block a user