I am using openlayer in my react web app.
Problem is I am trying to import AnimatedCluster from “ol-ext/layer/AnimatedCluster” and when I try to render using this it needs typings of ol-ext i.e. @types/ol-ext as a devDependency, which is not present in yarn packages.
How can this be resolved?