Skip to content

Commit 217f5b2

Browse files
Merge pull request #3575 from Shopify/2025-10-adds-line-item-component-export
Adds point of sale LineItemComponent type export
2 parents ea0ec17 + f27f6da commit 217f5b2

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
@@ -76,6 +76,7 @@ export type {
7676
CartUpdateInput,
7777
Customer,
7878
LineItem,
79+
LineItemComponent,
7980
Discount,
8081
SetLineItemPropertiesInput,
8182
SetLineItemDiscountInput,

0 commit comments

Comments
 (0)