forked from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5804231
commit 303d92a
Showing
11 changed files
with
80 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
scripts/__dropins__/storefront-order/chunks/returnOrdersHelper.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
scripts/__dropins__/storefront-order/components/ShippingStatusCard/ShippingStatusCard.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import { ShippingStatusCardProps } from '../../types'; | ||
import { FunctionComponent } from 'preact'; | ||
|
||
export declare const ShippingStatusCard: ({ translations, slots, orderData, collapseThreshold, routeProductDetails, routeTracking, }: ShippingStatusCardProps) => import("preact").JSX.Element | null | undefined; | ||
export declare const ShippingStatusCard: FunctionComponent<ShippingStatusCardProps>; | ||
//# sourceMappingURL=ShippingStatusCard.d.ts.map |
2 changes: 1 addition & 1 deletion
2
scripts/__dropins__/storefront-order/containers/OrderProductList.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.