UNPKG

@itwin/core-frontend

Version:
5 lines 295 B
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