UNPKG

neos-script

Version:

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

11 lines 383 B
import { member } from "../../../core"; export interface Reciprocal_Float3Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; X?: member<any>; } export declare function Reciprocal_Float3(props: Reciprocal_Float3Input): any; //# sourceMappingURL=Reciprocal_Float3.d.ts.map