@empathyco/x-tailwindcss
Version:
Empathy X Tailwind plugin
20 lines (16 loc) • 455 B
JavaScript
;
var index = require('./dynamic-components/layout/index.js');
/**
* Default dynamic component styles.
*
* @param helpers - A set of tailwind helpers to create the dynamic components.
* @returns All the styles for each component and the values they are going to be generated with.
*
* @public
*/
function dynamicComponents(helpers) {
return {
...index.dynamicLayout(helpers),
};
}
module.exports = dynamicComponents;