Skip to content

Commit 6dedb01

Browse files
Adds point of sale LineItemComponent type export
1 parent 6fc606f commit 6dedb01

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/legal-eggs-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/ui-extensions': patch
3+
---
4+
5+
Exports LineItemComponent from point-of-sale API so POS can import the type

packages/ui-extensions/src/surfaces/point-of-sale/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export type {
8989
CartUpdateInput,
9090
Customer,
9191
LineItem,
92+
LineItemComponent,
9293
Discount,
9394
SetLineItemPropertiesInput,
9495
SetLineItemDiscountInput,

0 commit comments

Comments
 (0)