@empathyco/x-tailwindcss
Version:
Empathy X Tailwind plugin
12 lines (11 loc) • 362 B
TypeScript
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;