同步最新的WebCAD代码,包括窗户与材质槽
This commit is contained in:
2
types/Common/Toaster.d.ts
vendored
2
types/Common/Toaster.d.ts
vendored
@@ -11,7 +11,7 @@ export interface IToasterOption {
|
||||
intent: Intent;
|
||||
key?: string;
|
||||
}
|
||||
declare type ToasterFunction = (option: IToasterOption) => void;
|
||||
type ToasterFunction = (option: IToasterOption) => void;
|
||||
export declare const ToasterInjectFunctions: ToasterFunction[];
|
||||
export declare function Toaster(option: IToasterOption): void;
|
||||
interface IToasterShowEntityErrorOption {
|
||||
|
Reference in New Issue
Block a user