UNPKG

neos-script

Version:

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

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