UNPKG

neos-script

Version:

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

9 lines 315 B
import { member } from "../../../core"; export interface LocomotionGripInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; } export declare function LocomotionGrip(props: LocomotionGripInput): any; //# sourceMappingURL=LocomotionGrip.d.ts.map