We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f01be commit 57f5022Copy full SHA for 57f5022
package.json
@@ -3,6 +3,7 @@
3
"version": "0.5.4",
4
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
5
"main": "src/index.js",
6
+ "types": "src/index.d.ts",
7
"files": [
8
"src/*.js",
9
"dist/"
src/index.d.ts
@@ -0,0 +1,2 @@
1
+declare function plugin(options?: { className?: string, target?: 'modern' | 'legacy' }): Function
2
+export = plugin
0 commit comments