同步最新的WebCAD代码,包括窗户与材质槽
This commit is contained in:
2
types/Common/Log.d.ts
vendored
2
types/Common/Log.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
declare type LogFunction = (message?: any, ...optionalParams: any[]) => void;
|
||||
type LogFunction = (message?: any, ...optionalParams: any[]) => void;
|
||||
export declare const _LogInjectFunctions: LogFunction[];
|
||||
export declare function Log(message?: any, ...optionalParams: any[]): void;
|
||||
export declare const LogEnable: {
|
||||
|
Reference in New Issue
Block a user