neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
20 lines • 693 B
TypeScript
import { member } from "../../../core";
export interface AxisAlignerInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
AutoAddChildren?: member<boolean>;
Direction?: member<any>;
GlobalAxisXAlign?: member<any>;
GlobalAxisYAlign?: member<any>;
GlobalAxisZAlign?: member<any>;
ElementAxisXAlign?: member<any>;
ElementAxisYAlign?: member<any>;
ElementAxisZAlign?: member<any>;
Separation?: member<number>;
ExcludeList?: member<any>;
_targets?: member<any>;
}
export declare function AxisAligner(props: AxisAlignerInput): any;
//# sourceMappingURL=AxisAligner.d.ts.map