mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Merge pull request #1 from viviedu/add-type-declaration
Add type declaration
This commit is contained in:
commit
3fc95ed0ac
1 changed files with 3 additions and 0 deletions
3
index.d.ts
vendored
Normal file
3
index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
declare module 'electron-drag-click' {
|
||||
export default function electronDragClick(): void;
|
||||
}
|
||||
Loading…
Reference in a new issue