UNPKG

neos-script

Version:

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

10 lines 372 B
import { member } from "../../../../core"; export interface RandomPointInSquareInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; } export declare function RandomPointInSquare(props: RandomPointInSquareInput): any; //# sourceMappingURL=RandomPointInSquare.d.ts.map