mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
✨ feat: product lisT
:%s
This commit is contained in:
@@ -44,5 +44,10 @@ export interface CheckOutForm {
|
||||
shipping_fee?:number
|
||||
}
|
||||
|
||||
export type MouseAndTouchEvent = MouseEvent | TouchEvent
|
||||
|
||||
export type MouseAndTouchEvent = MouseEvent | TouchEvent
|
||||
export type filterContextType = {
|
||||
visible: boolean;
|
||||
open: () => void;
|
||||
close: () => void;
|
||||
};
|
Reference in New Issue
Block a user