neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
12 lines • 402 B
TypeScript
import { member } from "../../../core";
export interface RotateLeft_LongInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
A?: member<any>;
Rotate?: member<any>;
}
export declare function RotateLeft_Long(props: RotateLeft_LongInput): any;
//# sourceMappingURL=RotateLeft_Long.d.ts.map