UNPKG

awayjs-display

Version:
15 lines (14 loc) 190 B
/** * */ declare class AlignmentMode { /** * */ static REGISTRATION_POINT: string; /** * */ static PIVOT_POINT: string; } export default AlignmentMode;