diff --git a/src/clipboard.d.ts b/src/clipboard.d.ts index 98b959f..aeb3fe8 100644 --- a/src/clipboard.d.ts +++ b/src/clipboard.d.ts @@ -39,7 +39,7 @@ declare class ClipboardJS { /** * Fires a copy action */ - static copy(target: string | Element, options: CopyActionOptions): string; + static copy(target: string | Element, options?: CopyActionOptions): string; /** * Fires a cut action