UNPKG

neos-script

Version:

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

11 lines 399 B
import { member } from "../../core"; export interface TransferGrabbableInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; PasteOnGrab?: member<boolean>; _indicatorMaterial?: member<any>; } export declare function TransferGrabbable(props: TransferGrabbableInput): any; //# sourceMappingURL=TransferGrabbable.d.ts.map