import { AreaAnchor as ScaleAnchor } from '@cntrl-site/sdk'; export const ScaleAnchorMap = { [ScaleAnchor.TopLeft]: 'top left', [ScaleAnchor.TopCenter]: 'top center', [ScaleAnchor.TopRight]: 'top right', [ScaleAnchor.MiddleLeft]: 'center left', [ScaleAnchor.MiddleCenter]: 'center', [ScaleAnchor.MiddleRight]: 'center right', [ScaleAnchor.BottomLeft]: 'bottom left', [ScaleAnchor.BottomCenter]: 'bottom center', [ScaleAnchor.BottomRight]: 'bottom right' };