UNPKG

neos-script

Version:

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

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