@tailwindcss/typography
Advanced tools
Comparing version 0.5.6 to 0.5.7
{ | ||
"name": "@tailwindcss/typography", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,2 +0,9 @@ | ||
declare function plugin(options?: { className?: string, target?: 'modern' | 'legacy' }): Function | ||
declare function plugin(options?: Partial<{ className: string; target: 'modern' | 'legacy' }>): { | ||
handler: () => void | ||
} | ||
declare namespace plugin { | ||
const __isOptionsFunction: true | ||
} | ||
export = plugin |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83547
2753