UNPKG
afrcode-product-card
Version:
latest (1.0.1-rc)
1.0.1-rc
1.0.0-rc
0.0.1
Este es un paquete de pruebas de despliegue en ```'npm'```
IngAndresRodriguez/ar-product-card
afrcode-product-card
/
dist
/
components
/
ProductButtons.d.ts
4 lines
(3 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
ProductButtonsProps
}
from
'../interfaces'
;
export
declare
const
ProductButtons
:
(
{ className, style }:
ProductButtonsProps
) =>
JSX
.
Element
;