Skip to content

Commit

Permalink
Merge pull request #2527 from Shopify/rd/ca-clipboard
Browse files Browse the repository at this point in the history
expose clipboard item to customer-accounts
  • Loading branch information
robin-drexler authored Dec 12, 2024
2 parents def00aa + a0ee371 commit 853ad4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/gorgeous-zebras-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@shopify/ui-extensions-react': minor
'@shopify/ui-extensions': minor
---

expose ClipboardItem to customer accounts extensions
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export {
type ButtonProps,
Checkbox,
type CheckboxProps,
ClipboardItem,
type ClipboardItemProps,
Choice,
type ChoiceProps,
ChoiceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export {
type ButtonProps,
Checkbox,
type CheckboxProps,
ClipboardItem,
type ClipboardItemProps,
Choice,
type ChoiceProps,
ChoiceList,
Expand Down

0 comments on commit 853ad4f

Please sign in to comment.