UNPKG

neos-script

Version:

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

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