UNPKG

neos-script

Version:

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

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