UNPKG

neos-script

Version:

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

17 lines 484 B
import { member } from "../../core"; export interface DelayValueNode_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Value?: member<any>; DelayTime?: member<any>; } export declare function DelayValueNode_T(props: DelayValueNode_TInput): any; //# sourceMappingURL=DelayValueNode_T.d.ts.map