更新代码
This commit is contained in:
35
types/Add-on/CombinatAttributeBrush.d.ts
vendored
Normal file
35
types/Add-on/CombinatAttributeBrush.d.ts
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
import * as React from 'react';
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
interface IBrushOption {
|
||||
all: boolean;
|
||||
roomName: boolean;
|
||||
cabName: boolean;
|
||||
name: boolean;
|
||||
factory: boolean;
|
||||
comments: boolean;
|
||||
isSplite: boolean;
|
||||
actualExpr: boolean;
|
||||
isSplitePrice: boolean;
|
||||
isHole: boolean;
|
||||
brand: boolean;
|
||||
model: boolean;
|
||||
spec: boolean;
|
||||
count: boolean;
|
||||
unit: boolean;
|
||||
ProcessingGroupList: boolean;
|
||||
material: boolean;
|
||||
color: boolean;
|
||||
DataList: boolean;
|
||||
}
|
||||
export declare class CombinatAttributeBrush implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class BrushModal extends React.Component<{
|
||||
option: IBrushOption;
|
||||
}> {
|
||||
render(): JSX.Element;
|
||||
private ok;
|
||||
private cancel;
|
||||
}
|
||||
export {};
|
||||
//# sourceMappingURL=CombinatAttributeBrush.d.ts.map
|
Reference in New Issue
Block a user