@atlaskit/theme
Version:
Theme contains solutions for global theming, colors, and other useful mixins.
7 lines • 408 B
JavaScript
import * as colors from './colors';
import * as typography from './typography';
import getTheme from './utils/get-theme';
export { colors, typography, getTheme };
export { CHANNEL, DEFAULT_THEME_MODE, THEME_MODES, assistive, focusRing, layers, noFocusRing, skeletonShimmer, visuallyHidden } from './constants';
export { default } from './components/theme';
export { createTheme } from './utils/create-theme';