@atlaskit/theme
Version:
Theme contains solutions for global theming, colors, and other useful mixins.
10 lines (9 loc) • 539 B
JavaScript
/*
This file will become the new index for theme once the codemod is mature enough.
For now we're keeping the index file to avoid having to do a major change.
Once the codemod is done and all the AK modules have been codeshifted, we delete index.js and rename this file to index + update all the imports
*/
export { default as getTheme } from './utils/get-theme';
export { default as themed } from './utils/themed';
export { default, useGlobalTheme } from './components/theme';
export { createTheme } from './utils/create-theme';