UNPKG

neos-script

Version:

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

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