UNPKG

neos-script

Version:

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

13 lines 428 B
import { member } from "../../../core"; export interface StopwatchNodeInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; OnStart?: member<any>; OnStop?: member<any>; OnReset?: member<any>; } export declare function StopwatchNode(props: StopwatchNodeInput): any; //# sourceMappingURL=StopwatchNode.d.ts.map