UNPKG

@atlaskit/tokens

Version:

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

8 lines (7 loc) 323 B
import { token } from './index'; export default token; /* eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim. */ /** * @deprecated Use `import { token } from '@atlaskit/tokens/token'` instead. */ export { token } from './index';