UNPKG

neos-script

Version:

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

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