UNPKG

@empathyco/x-tailwindcss

Version:
12 lines (11 loc) 362 B
import type { CSSRuleObject } from 'tailwindcss/types/config'; import type { TailwindHelpers } from '../types'; /** * Default component styles. * * @param helpers - A set of tailwind helpers to create the components. * @returns All the styles for each component. * * @public */ export default function components(helpers: TailwindHelpers): CSSRuleObject;