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 f4c81a4 commit 69e15d4Copy full SHA for 69e15d4
usehooks.com/src/content/hooks/useCopyToClipboard.mdx
@@ -23,14 +23,6 @@ import StaticCodeContainer from "../../components/StaticCodeContainer.astro";
23
</HookDescription>
24
25
<div class="reference">
26
- ### Parameters
27
-
28
- <div class="table-container">
29
- | Name | Type | Description |
30
- | ----- | ------ | ---------------------------------------- |
31
- | value | string | The value to be copied to the clipboard. |
32
- </div>
33
34
### Return Value
35
36
The `useCopyToClipboard` hook returns an array with the following elements:
0 commit comments