UNPKG

neos-script

Version:

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

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