Skip to content

Commit 108988f

Browse files
authored
Remove manual typedef for tailwindcss-animate (#659)
1 parent bb8d6b4 commit 108988f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

types/deps.d.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// This module should contain type definitions for modules which do not have
22
// their own type definitions and are not available on DefinitelyTyped.
33

4-
declare module 'tailwindcss-animate' {
5-
declare const _default: {
6-
handler: () => void
7-
}
8-
export = _default
9-
}
4+
// declare module 'some-untyped-pkg' {
5+
// export function foo(): void;
6+
// }

0 commit comments

Comments
 (0)