@tailwindcss/typography
Advanced tools
Comparing version 0.0.0-insiders.4da62c8 to 0.0.0-insiders.4feef9a
@@ -10,4 +10,6 @@ # Changelog | ||
- Nothing yet! | ||
### Fixed | ||
- Update TypeScript types ([#284](https://github.com/tailwindlabs/tailwindcss-typography/pull/284/files)) | ||
## [0.5.6] - 2022-09-01 | ||
@@ -14,0 +16,0 @@ |
{ | ||
"name": "@tailwindcss/typography", | ||
"version": "0.0.0-insiders.4da62c8", | ||
"version": "0.0.0-insiders.4feef9a", | ||
"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
90576
2753