UNPKG

neos-script

Version:

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

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