Skip to content

Commit

Permalink
fix(CopyToClipboard): return CopyToClipboardProps type (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Feb 26, 2024
1 parent dc6e514 commit 43599c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CopyToClipboard/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './CopyToClipboard';
export type {CopyToClipboardStatus} from './types';
export type {CopyToClipboardStatus, CopyToClipboardProps} from './types';

0 comments on commit 43599c2

Please sign in to comment.