UNPKG

neos-script

Version:

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

12 lines 402 B
import { member } from "../../../core"; export interface RotateRight_IntInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; A?: member<any>; Rotate?: member<any>; } export declare function RotateRight_Int(props: RotateRight_IntInput): any; //# sourceMappingURL=RotateRight_Int.d.ts.map