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_Int_Int2Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; N?: member<any>; Length?: member<any>; } export declare function PingPong_Int_Int2(props: PingPong_Int_Int2Input): any; //# sourceMappingURL=PingPong_Int_Int2.d.ts.map