UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

12 lines 385 B
import { member } from "../../../core"; export interface Mul_Int3_IntInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; A?: member<any>; B?: member<any>; } export declare function Mul_Int3_Int(props: Mul_Int3_IntInput): any; //# sourceMappingURL=Mul_Int3_Int.d.ts.map