webcad-api/types/Common/Append2CurSpace.d.ts

3 lines
153 B
TypeScript
Raw Normal View History

import { Entity } from "../DatabaseServices/Entity/Entity";
export declare function Draw(en: Entity): void;
//# sourceMappingURL=Append2CurSpace.d.ts.map