UNPKG

@atlaskit/tokens

Version:

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

6 lines 183 B
import { themeIds } from './theme-ids'; export var isThemeIds = function isThemeIds(themeId) { return themeIds.find(function (id) { return id === themeId; }) !== undefined; };