import { lazy, Suspense, type ComponentProps } from "react"; import type Animation from "react-useanimations"; const AnimationPlayer = lazy(() => import("react-useanimations")); export default function UseAnimations(props: ComponentProps) { const size=props.size ?? 24; return ; }