neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
13 lines • 452 B
TypeScript
import { member } from "../../../../core";
export interface TorqueEstimateNodeInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
InitialTorque?: member<any>;
Drag?: member<any>;
Time?: member<any>;
}
export declare function TorqueEstimateNode(props: TorqueEstimateNodeInput): any;
//# sourceMappingURL=TorqueEstimateNode.d.ts.map