UNPKG

neos-script

Version:

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

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