UNPKG

neos-script

Version:

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

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