UNPKG

neos-script

Version:

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

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