UNPKG

@kaspersky/components

Version:

Kaspersky Design System UI Kit

20 lines (19 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALIGNS = void 0; const ALIGNS = exports.ALIGNS = { bottom: { offset: [0, -1] }, left: { offset: [1, 0] }, right: { offset: [-1, 0] }, top: { offset: [0, 1] } };