File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ export interface IonContentRecipe {
1313 padding ?: IonPadding ;
1414}
1515
16- export interface IonContentConfig { }
17-
1816export interface ScrollBaseDetail {
1917 isScrolling : boolean ;
2018}
Original file line number Diff line number Diff line change 11import 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' ;
33import type { IonItemDividerRecipe } from '../components/item-divider/item-divider.interfaces' ;
44import type { IonSpinnerConfig , IonSpinnerRecipe } from '../components/spinner/spinner.interfaces' ;
55import type { IonicConfig as IonicGlobalConfig } from '../utils/config' ;
@@ -244,7 +244,6 @@ export type BaseTheme = {
244244export type IonicConfig = IonicGlobalConfig & {
245245 components ?: {
246246 IonChip ?: IonChipConfig ;
247- IonContent ?: IonContentConfig ;
248247 IonSpinner ?: IonSpinnerConfig ;
249248 } ;
250249} ;
You can’t perform that action at this time.
0 commit comments