| export const BOX_ANCHORS = [ | |
| 'center', | |
| 'top-left', | |
| 'top', | |
| 'top-right', | |
| 'right', | |
| 'bottom-right', | |
| 'bottom', | |
| 'bottom-left', | |
| 'left', | |
| ] | |
| export const BOX_ANCHORS = [ | |
| 'center', | |
| 'top-left', | |
| 'top', | |
| 'top-right', | |
| 'right', | |
| 'bottom-right', | |
| 'bottom', | |
| 'bottom-left', | |
| 'left', | |
| ] | |