UNPKG

neos-script

Version:

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

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