neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
12 lines • 402 B
TypeScript
import { member } from "../../../core";
export interface PingPong_Float4Input {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
N?: member<any>;
Length?: member<any>;
}
export declare function PingPong_Float4(props: PingPong_Float4Input): any;
//# sourceMappingURL=PingPong_Float4.d.ts.map