UNPKG

neos-script

Version:

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

12 lines 402 B
import { member } from "../../../core"; export interface PingPong_Ulong3Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; N?: member<any>; Length?: member<any>; } export declare function PingPong_Ulong3(props: PingPong_Ulong3Input): any; //# sourceMappingURL=PingPong_Ulong3.d.ts.map