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

3 lines
142 B
TypeScript
Raw Normal View History

import { Entity } from "../DatabaseServices/Entity/Entity";
export declare function Draw(en: Entity): void;
2023-05-08 10:53:13 +08:00
//# sourceMappingURL=Draw.d.ts.map