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".

3 lines 126 B
import { gridSize } from '@atlaskit/theme/constants'; const gridSizeTimes = n => n * gridSize(); export default gridSizeTimes;