UNPKG

neos-script

Version:

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

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