Skip to content

Commit 768a556

Browse files
Merge pull request #3576 from Shopify/2025-07-adds-line-item-component-export
Adds point of sale LineItemComponent type export
2 parents 6fc606f + 6dedb01 commit 768a556

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)