neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
11 lines • 407 B
TypeScript
import { member } from "../../../core";
export interface SquarePointGeneratorInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
Size?: member<[number, number]>;
Shell?: member<boolean>;
}
export declare function SquarePointGenerator(props: SquarePointGeneratorInput): any;
//# sourceMappingURL=SquarePointGenerator.d.ts.map