UNPKG

neos-script

Version:

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

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