UNPKG

@empathyco/x-tailwindcss

Version:
20 lines (16 loc) 455 B
'use strict'; 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;