UNPKG

neos-script

Version:

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

11 lines 390 B
import { member } from "../../../../core"; export interface GrabbableGrabberInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Grabbable?: member<any>; } export declare function GrabbableGrabber(props: GrabbableGrabberInput): any; //# sourceMappingURL=GrabbableGrabber.d.ts.map