We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66078f8 commit 0b53e7aCopy full SHA for 0b53e7a
CHANGELOG.md
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-- Nothing yet!
+### Fixed
11
+
12
+- Update TypeScript types ([#23](https://github.com/tailwindlabs/tailwindcss-line-clamp/pull/23))
13
14
## [0.4.1] - 2022-09-01
15
src/index.d.ts
@@ -1,2 +1,2 @@
1
-declare function plugin(): Function
+declare const plugin: { handler: () => void }
2
export = plugin
0 commit comments