@atlaskit/theme
Version:
Theme contains solutions for global theming, colors, and other useful mixins.
9 lines (8 loc) • 471 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 } from './components/theme';
export { createTheme } from './utils/create-theme';