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 bb8d6b4 commit 108988fCopy full SHA for 108988f
types/deps.d.ts
@@ -1,9 +1,6 @@
1
// This module should contain type definitions for modules which do not have
2
// their own type definitions and are not available on DefinitelyTyped.
3
4
-declare module 'tailwindcss-animate' {
5
- declare const _default: {
6
- handler: () => void
7
- }
8
- export = _default
9
-}
+// declare module 'some-untyped-pkg' {
+// export function foo(): void;
+// }
0 commit comments