@heroui/theme
Version:
The default theme for HeroUI components
13 lines (9 loc) • 313 B
TypeScript
import { HeroUIPluginConfig } from './types.js';
import plugin from 'tailwindcss/plugin.js';
import './colors/types.js';
/**
* Based on tw-colors by L-Blondy
* @see https://github.com/L-Blondy/tw-colors
*/
declare const heroui: (config?: HeroUIPluginConfig) => ReturnType<typeof plugin>;
export { heroui };