UNPKG

neos-script

Version:

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

12 lines 397 B
import { member } from "../../../core"; export interface NthRoot_Float3Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Value?: member<any>; N?: member<any>; } export declare function NthRoot_Float3(props: NthRoot_Float3Input): any; //# sourceMappingURL=NthRoot_Float3.d.ts.map