UNPKG

tailwindcss-palette-generator

Version:
5 lines (4 loc) 237 B
import createPlugin from 'tailwindcss/plugin'; type PluginWithOptions = ReturnType<typeof createPlugin.withOptions<Record<string, string>>>; declare const paletteGeneratorPlugin: PluginWithOptions; export default paletteGeneratorPlugin;