UNPKG

neos-script

Version:

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

12 lines 428 B
import { member } from "../../../core"; export interface OnLocomotionGripEndInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Locomotion?: member<any>; OnEvent?: member<any>; } export declare function OnLocomotionGripEnd(props: OnLocomotionGripEndInput): any; //# sourceMappingURL=OnLocomotionGripEnd.d.ts.map