Skip to content

Commit 300abbf

Browse files
committed
feat(content): remove unused config
1 parent 6eeadc7 commit 300abbf

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

core/src/components/content/content.interfaces.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export interface IonContentRecipe {
1313
padding?: IonPadding;
1414
}
1515

16-
export interface IonContentConfig {}
17-
1816
export interface ScrollBaseDetail {
1917
isScrolling: boolean;
2018
}

core/src/themes/themes.interfaces.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { IonChipConfig, IonChipRecipe } from '../components/chip/chip.interfaces';
2-
import type { IonContentConfig, IonContentRecipe } from '../components/content/content.interfaces';
2+
import type { IonContentRecipe } from '../components/content/content.interfaces';
33
import type { IonItemDividerRecipe } from '../components/item-divider/item-divider.interfaces';
44
import type { IonSpinnerConfig, IonSpinnerRecipe } from '../components/spinner/spinner.interfaces';
55
import type { IonicConfig as IonicGlobalConfig } from '../utils/config';
@@ -244,7 +244,6 @@ export type BaseTheme = {
244244
export type IonicConfig = IonicGlobalConfig & {
245245
components?: {
246246
IonChip?: IonChipConfig;
247-
IonContent?: IonContentConfig;
248247
IonSpinner?: IonSpinnerConfig;
249248
};
250249
};

0 commit comments

Comments
 (0)