import plugin from 'tailwindcss/plugin.js'; import { MorUIPluginConfig } from './types.js'; import './colors/types.js'; /** * Based on tw-colors by L-Blondy * @see https://github.com/L-Blondy/tw-colors */ declare const morui: (config?: MorUIPluginConfig) => ReturnType; export { morui };