@ionic/react 7.5.4-dev.11699300051.122a36ad → 7.5.4-dev.11699310489.151b2717
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 +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +7 -3
package/dist/index.js
CHANGED
|
@@ -611,8 +611,6 @@ const createReactComponent = (tagName, ReactComponentContext, manipulatePropsFun
|
|
|
611
611
|
};
|
|
612
612
|
|
|
613
613
|
/* eslint-disable */
|
|
614
|
-
/* tslint:disable */
|
|
615
|
-
/* auto-generated react proxies */
|
|
616
614
|
const IonAccordion = /*@__PURE__*/ createReactComponent('ion-accordion', undefined, undefined, defineCustomElement$1);
|
|
617
615
|
const IonAccordionGroup = /*@__PURE__*/ createReactComponent('ion-accordion-group', undefined, undefined, defineCustomElement$2);
|
|
618
616
|
const IonAvatar = /*@__PURE__*/ createReactComponent('ion-avatar', undefined, undefined, defineCustomElement$3);
|