import { AnimateCC } from './AnimateCC/AnimateCC'; export { AnimateCC } from './AnimateCC/AnimateCC'; export type { GetAnimationObjectParameter } from './AnimateCC/AnimateCC.types'; /** * @deprecated Use of default import is deprecated * @use import { AnimateCC } from 'react-adobe-animate'; */ export default AnimateCC;