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 f3f11b1 commit a2285c4Copy full SHA for a2285c4
app/composables/useClipboardAsync.ts
@@ -9,7 +9,7 @@ type UseClipboardAsyncOptions = {
9
copiedDuring: number
10
}
11
12
-export default function useClipboardAsync(
+export function useClipboardAsync(
13
fn: () => Promise<string>,
14
options?: UseClipboardAsyncOptions,
15
): UseClipboardAsyncReturn {
0 commit comments