Skip to content

Commit cf1924f

Browse files
authored
Update TypeScript types (#34)
* Update types * Update changelog
1 parent 74c4244 commit cf1924f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Update TypeScript types ([#34](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/pull/34))
1113

1214
## [0.4.1] - 2022-09-01
1315

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare function plugin(): Function
1+
declare const plugin: { handler: () => void }
22
export = plugin

0 commit comments

Comments
 (0)