Skip to content

Commit

Permalink
copyToClipboard typing improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Jan 15, 2025
1 parent ef3ac88 commit fa3c5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bbui/src/helpers.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module "./helpers" {
export const cloneDeep: <T>(obj: T) => T
export const copyToClipboard: (value: any) => any
export const copyToClipboard: (value: any) => Promise<void>
}

0 comments on commit fa3c5f1

Please sign in to comment.