UNPKG

neos-script

Version:

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

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