UNPKG

neos-script

Version:

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

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