This commit is contained in:
ChenX
2024-09-25 11:57:15 +08:00
parent acd7eaaca0
commit 20c3f892e7
2033 changed files with 2355 additions and 23125 deletions

View File

@@ -43,5 +43,5 @@ export declare enum RenderType {
CustomNumberPrint = 109,
ConceptualTransparent = 182
}
export declare function IsPhysical(renderType: RenderType): boolean;
export declare function IsPhysical(renderType: RenderType): renderType is RenderType.Physical | RenderType.Physical2 | RenderType.PhysicalPrint | RenderType.Physical2Print;
//# sourceMappingURL=RenderType.d.ts.map