All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.preset.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
'use strict';

var presetBase = require('./preset-base.cjs');
var config = require('./styled-system/config.cjs');
var system = require('./styled-system/system.cjs');
var index = require('./theme/index.cjs');

const defaultConfig = config.mergeConfigs(presetBase.defaultBaseConfig, index.defaultThemeConfig);
const defaultSystem = system.createSystem(defaultConfig);

exports.defaultConfig = defaultConfig;
exports.defaultSystem = defaultSystem;
exports.system = defaultSystem;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy