UNPKG

neos-script

Version:

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

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