UNPKG

neos-script

Version:

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

15 lines 536 B
import { member } from "../../../core"; export interface SwitchLocomotionModuleInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; TargetUser?: member<any>; ModuleName?: member<any>; ExactMatch?: member<any>; OnSwitched?: member<any>; OnNotFound?: member<any>; } export declare function SwitchLocomotionModule(props: SwitchLocomotionModuleInput): any; //# sourceMappingURL=SwitchLocomotionModule.d.ts.map