UNPKG

neos-script

Version:

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

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