UNPKG
shopperman
Version:
latest (0.0.0)
0.0.0
0.0.0-dev.56
0.0.0-dev.54
0.0.0-dev.49
0.0.0-dev.48
0.0.0-dev.47
0.0.0-dev.46
0.0.0-dev.41
0.0.0-dev.0
shopping cart ui for shopify stores
shopperman
/
source
/
components
/
components-interfaces.ts
12 lines
(9 loc)
•
217 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Cart
}
from
"../stores/cart"
import
{
Product
}
from
"../stores/product"
export
interface
ProductDisplayProps
{
cart
:
Cart
product
:
Product
buttonText1
?:
string
buttonText2
?:
string
buttonTitle
?:
string
}