Skip to content

Commit

Permalink
fix: expose new ionic v8 components (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
reslear authored Nov 27, 2024
1 parent acc3b78 commit f107f50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/resolvers/ionic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const IonicBuiltInComponents = [
'IonInfiniteScroll',
'IonInfiniteScrollContent',
'IonInput',
'IonInputPasswordToggle',
'IonItem',
'IonItemDivider',
'IonItemGroup',
Expand All @@ -60,6 +61,9 @@ export const IonicBuiltInComponents = [
'IonNote',
'IonPage',
'IonPicker',
'IonPickerColumn',
'IonPickerColumnOption',
'IonPickerLegacy',
'IonPopover',
'IonProgressBar',
'IonRadio',
Expand Down

0 comments on commit f107f50

Please sign in to comment.