@itwin/core-frontend
Version:
iTwin.js frontend components
8 lines • 352 B
TypeScript
import { CachedGeometry } from "./CachedGeometry";
import { DrawParams } from "./DrawCommand";
import { Target } from "./Target";
/** @internal */
export declare function getDrawParams(target: Target, geometry: CachedGeometry): DrawParams;
/** @internal */
export declare function freeDrawParams(): void;
//# sourceMappingURL=ScratchDrawParams.d.ts.map