UNPKG

neos-script

Version:

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

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