UNPKG

@taiga-ui/kit

Version:
19 lines (16 loc) 334 B
/** * @internal */ function horizontalDirectionToNumber(direction) { switch (direction) { case 'left': return -1; case 'right': return 1; } } /** * Generated bundle index. Do not edit. */ export { horizontalDirectionToNumber }; //# sourceMappingURL=taiga-ui-kit-utils-math.js.map