neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
15 lines • 492 B
TypeScript
import { member } from "../../../core";
export interface CubicLerp_ColorXInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
From?: member<any>;
FromTangent?: member<any>;
To?: member<any>;
ToTangent?: member<any>;
Lerp?: member<any>;
}
export declare function CubicLerp_ColorX(props: CubicLerp_ColorXInput): any;
//# sourceMappingURL=CubicLerp_ColorX.d.ts.map