UNPKG

@atlaskit/focused-task-close-account

Version:

This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR "Right to be forgotten".

11 lines (10 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _constants = require("@atlaskit/theme/constants"); var gridSizeTimes = function gridSizeTimes(n) { return n * (0, _constants.gridSize)(); }; var _default = exports.default = gridSizeTimes;