import { Camera } from "cesium"; import { expectType, TypeEqual } from "ts-expect"; import { it } from "vitest"; import { UnusedCesiumProps } from "../core"; import { CameraProps, cesiumEventProps } from "./Camera"; // Unused prop check type UnusedProps = UnusedCesiumProps; type IgnoredProps = never; expectType>(true); it("should be compiled", () => {});