UNPKG
sl7-product-card
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
Este es un paquete de pruebas
github.com/slayercorp7/sl7-product-card
slayercorp7/sl7-product-card
sl7-product-card
/
dist
/
components
/
ProductButtons.d.ts
8 lines
(7 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
export
interface
Props
{
className
?:
string
;
style
?:
React
.
CSSProperties
;
maxCount
?:
number
; }
export
declare
const
ProductButtons
:
(
{ className, style, maxCount }:
Props
) =>
JSX
.
Element
;