UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

7 lines (6 loc) 173 B
import { token } from './index'; export default token; /** * @deprecated Use `import { token } from '@atlaskit/tokens/token'` instead. */ export { token } from './index';