@ionic/react 7.5.4-nightly.20231107 → 7.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -7
package/dist/index.js
CHANGED
|
@@ -611,6 +611,8 @@ const createReactComponent = (tagName, ReactComponentContext, manipulatePropsFun
|
|
|
611
611
|
};
|
|
612
612
|
|
|
613
613
|
/* eslint-disable */
|
|
614
|
+
/* tslint:disable */
|
|
615
|
+
/* auto-generated react proxies */
|
|
614
616
|
const IonAccordion = /*@__PURE__*/ createReactComponent('ion-accordion', undefined, undefined, defineCustomElement$1);
|
|
615
617
|
const IonAccordionGroup = /*@__PURE__*/ createReactComponent('ion-accordion-group', undefined, undefined, defineCustomElement$2);
|
|
616
618
|
const IonAvatar = /*@__PURE__*/ createReactComponent('ion-avatar', undefined, undefined, defineCustomElement$3);
|