@cimpress/react-components
Version:
React components to support the MCP styleguide
7 lines • 304 B
JavaScript
import code from './code';
import color from './color';
import font from './font';
import icon from './icon';
import spacing from './spacing';
export default Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, code), color), font), icon), spacing);
//# sourceMappingURL=theme.js.map