UNPKG

neos-script

Version:

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

11 lines 363 B
import { member } from "../../core"; export interface BoxMeshGizmoInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _target?: member<any>; _cubeGizmo?: member<any>; } export declare function BoxMeshGizmo(props: BoxMeshGizmoInput): any; //# sourceMappingURL=BoxMeshGizmo.d.ts.map