UNPKG

neos-script

Version:

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

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