UNPKG

@flexilla/tailwind-plugin

Version:

Variants for data attributes, and Custom utility classes for flexiwind

9 lines (7 loc) 219 B
declare function plugin(options?: Partial<{ className: string, target: 'modern' | 'legacy' }>): { handler: () => void } declare namespace plugin { const __isOptionsFunction: true; } export = plugin