@taiga-ui/kit
Version:
Taiga UI Angular main components kit
19 lines (16 loc) • 334 B
JavaScript
/**
* @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