import { IsometricObject } from "https://deno.land/x/react_isometric_tilemap@2.0.0/components/isometric-object.tsx";
An isometric object is everything than is not a tile or a character. They can be animated and over any tile. They are used for decorations than don't look like a floor pice, like trees, rocks or buildings.
type
React.FC<IsometricObjectProps>