UNPKG

@tailwindcss/typography

Version:

A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.

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