@itwin/core-frontend
Version:
iTwin.js frontend components
5 lines • 295 B
TypeScript
import { Id64String } from "@itwin/core-bentley";
import { RenderSchedule } from "@itwin/core-common";
/** @internal */
export declare function getScriptDelta(prev: RenderSchedule.Script | undefined | null, next: RenderSchedule.Script): Set<Id64String>;
//# sourceMappingURL=ScriptUtils.d.ts.map