Merge pull request #1 from viviedu/add-type-declaration

Add type declaration
This commit is contained in:
Gellert Hegyi 2024-11-04 10:07:46 +01:00 committed by GitHub
commit 3fc95ed0ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
index.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
declare module 'electron-drag-click' {
export default function electronDragClick(): void;
}