Skip to content

Commit

Permalink
Add missing options to type declaration (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
prichodko committed Feb 18, 2021
1 parent 3f4b3c0 commit e93424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -39,4 +39,4 @@ button.addEventListener('click', () => {
});
```
*/
export default function copyTextToClipboard(text: string): boolean;
export default function copyTextToClipboard(text: string, options?: Options): boolean;

0 comments on commit e93424a

Please sign in to comment.