diff --git a/packages/react/src/components/CreateAnimation.tsx b/packages/react/src/components/CreateAnimation.tsx index ceb9a8c2cf..111ae6a619 100644 --- a/packages/react/src/components/CreateAnimation.tsx +++ b/packages/react/src/components/CreateAnimation.tsx @@ -45,7 +45,7 @@ export interface CreateAnimationProps { } export class CreateAnimation extends React.PureComponent { - private nodes: Map = new Map(); + nodes: Map = new Map(); animation: Animation; constructor(props: any) { diff --git a/packages/react/src/components/index.ts b/packages/react/src/components/index.ts index 4f3512c6a0..819807502a 100644 --- a/packages/react/src/components/index.ts +++ b/packages/react/src/components/index.ts @@ -2,7 +2,7 @@ import { defineCustomElements } from '@ionic/core/loader'; import { addIcons } from 'ionicons'; import { arrowBackSharp, caretBackSharp, chevronBack, chevronForward, closeCircle, closeSharp, menuOutline, menuSharp, reorderThreeOutline, reorderTwoSharp, searchOutline, searchSharp } from 'ionicons/icons'; -export { AlertButton, AlertInput, setupConfig } from '@ionic/core'; +export { createAnimation, createGesture, AlertButton, AlertInput, Gesture, GestureConfig, GestureDetail, setupConfig } from '@ionic/core'; export * from './proxies'; // createControllerComponent