@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
9 lines (8 loc) • 362 B
TypeScript
/**
* @deprecated Use `import { themeStringToObject } from '@atlaskit/tokens/theme-string-to-object'` instead.
*/
export { themeStringToObject } from '../theme-string-to-object';
/**
* @deprecated Use `import { themeObjectToString } from '@atlaskit/tokens/theme-object-to-string'` instead.
*/
export { themeObjectToString } from '../theme-object-to-string';