UNPKG

tailwindcss-palette-generator

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