We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0020c commit 1179d40Copy full SHA for 1179d40
core/src/themes/themes.interfaces.ts
@@ -1,5 +1,5 @@
1
-import type { IonChipRecipe, IonChipConfig } from '../components/chip/chip.interfaces';
2
-import type { IonSpinnerRecipe, IonSpinnerConfig } from '../components/spinner/spinner.interfaces';
+import type { IonChipConfig, IonChipRecipe } from '../components/chip/chip.interfaces';
+import type { IonSpinnerConfig, IonSpinnerRecipe } from '../components/spinner/spinner.interfaces';
3
import type { IonicConfig as IonicGlobalConfig } from '../utils/config';
4
5
// Platform-specific theme
0 commit comments