UNPKG

awayjs-display

Version:
19 lines (18 loc) 225 B
/** * */ declare class BoundsType { /** * */ static SPHERE: string; /** * */ static AXIS_ALIGNED_BOX: string; /** * */ static NULL: string; } export default BoundsType;