UNPKG

neos-script

Version:

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

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