"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.directions = void 0;
exports.directions = [
'top-start',
'top',
'top-end',
'bottom-start',
'bottom',
'bottom-end',
'right-start',
'right',
'right-end',
'left-start',
'left',
'left-end',
];