UNPKG

@atlaskit/tokens

Version:

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

4 lines 141 B
import { themeIds } from './theme-ids'; export const isThemeIds = themeId => { return themeIds.find(id => id === themeId) !== undefined; };