UNPKG

neos-script

Version:

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

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